Skip to content

Commit

Permalink
Update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Aug 3, 2024
1 parent fd8d6fb commit 05111c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 40 files
+1 −1 CHANGELOG.md
+108 −100 Cargo.lock
+6 −6 Cargo.toml
+1 −1 crates/cargo-util-schemas/Cargo.toml
+47 −38 crates/cargo-util-schemas/src/manifest/mod.rs
+6 −1 crates/home/src/windows.rs
+2 −2 crates/xtask-build-man/src/main.rs
+1 −1 src/cargo/core/compiler/fingerprint/mod.rs
+1 −1 src/cargo/core/compiler/mod.rs
+15 −15 src/cargo/core/manifest.rs
+1 −1 src/cargo/core/shell.rs
+6 −6 src/cargo/core/workspace.rs
+10 −5 src/cargo/ops/cargo_package.rs
+2 −2 src/cargo/ops/fix.rs
+24 −38 src/cargo/ops/registry/publish.rs
+1 −1 src/cargo/ops/vendor.rs
+5 −5 src/cargo/sources/path.rs
+4 −4 src/cargo/util/context/mod.rs
+2 −2 src/cargo/util/lints.rs
+189 −172 src/cargo/util/toml/mod.rs
+31 −31 src/cargo/util/toml/targets.rs
+6 −0 src/doc/man/cargo.md
+21 −9 src/doc/man/generated_txt/cargo.txt
+18 −12 src/doc/src/commands/cargo.md
+13 −38 src/doc/src/faq.md
+13 −11 src/doc/src/reference/unstable.md
+26 −8 src/etc/man/cargo.1
+1 −4 tests/testsuite/cargo_add/rust_version_ignore/mod.rs
+1 −4 tests/testsuite/cargo_add/rust_version_incompatible/mod.rs
+1 −4 tests/testsuite/cargo_add/rust_version_latest/mod.rs
+1 −4 tests/testsuite/cargo_add/rust_version_older/mod.rs
+1 −4 tests/testsuite/cargo_add/rustc_ignore/mod.rs
+1 −4 tests/testsuite/cargo_add/rustc_incompatible/mod.rs
+1 −4 tests/testsuite/cargo_add/rustc_latest/mod.rs
+1 −4 tests/testsuite/cargo_add/rustc_older/mod.rs
+1 −1 tests/testsuite/check.rs
+2 −2 tests/testsuite/inheritable_workspace_fields.rs
+2 −0 tests/testsuite/jobserver.rs
+121 −103 tests/testsuite/publish.rs
+20 −71 tests/testsuite/rust_version.rs

0 comments on commit 05111c9

Please sign in to comment.