Skip to content

Commit

Permalink
Update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Jun 5, 2024
1 parent a330e49 commit 72be504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 42 files
+10 −10 Cargo.lock
+3 −3 Cargo.toml
+1 −1 crates/cargo-test-support/containers/sshd/Dockerfile
+142 −71 crates/cargo-test-support/src/compare.rs
+1 −0 crates/cargo-test-support/src/lib.rs
+13 −0 crates/resolver-tests/README.md
+12 −1 crates/resolver-tests/src/lib.rs
+130 −8 src/cargo/core/features.rs
+1 −2 src/cargo/core/workspace.rs
+2 −2 src/cargo/ops/resolve.rs
+4 −4 src/cargo/sources/git/source.rs
+1 −0 src/cargo/sources/mod.rs
+763 −592 src/cargo/sources/path.rs
+1 −1 src/cargo/sources/replaced.rs
+2 −0 src/cargo/sources/source.rs
+15 −1 src/cargo/util/context/de.rs
+0 −5 src/cargo/util/toml/mod.rs
+8 −2 src/cargo/util/toml/targets.rs
+9 −5 tests/testsuite/alt_registry.rs
+56 −31 tests/testsuite/artifact_dep.rs
+4 −4 tests/testsuite/bad_config.rs
+13 −10 tests/testsuite/build.rs
+16 −15 tests/testsuite/build_script.rs
+1 −1 tests/testsuite/cargo_add/target_cfg/mod.rs
+1 −1 tests/testsuite/cargo_add/target_cfg/out/Cargo.toml
+3 −3 tests/testsuite/cargo_add/target_cfg/stderr.term.svg
+4 −4 tests/testsuite/cargo_config/mod.rs
+6 −2 tests/testsuite/check.rs
+252 −21 tests/testsuite/config.rs
+7 −5 tests/testsuite/config_cli.rs
+1 −2 tests/testsuite/config_include.rs
+7 −3 tests/testsuite/dep_info.rs
+4 −3 tests/testsuite/fix.rs
+31 −33 tests/testsuite/install.rs
+43 −35 tests/testsuite/lockfile_compat.rs
+125 −2 tests/testsuite/package.rs
+3 −2 tests/testsuite/pkgid.rs
+14 −10 tests/testsuite/profile_trim_paths.rs
+40 −0 tests/testsuite/registry.rs
+10 −18 tests/testsuite/registry_auth.rs
+1 −1 tests/testsuite/required_features.rs
+127 −0 tests/testsuite/vendor.rs

0 comments on commit 72be504

Please sign in to comment.