Skip to content

Commit

Permalink
Update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Apr 19, 2024
1 parent ce3263e commit db881f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 36 files
+11 −10 Cargo.lock
+1 −1 Cargo.toml
+8 −1 crates/cargo-test-support/src/git.rs
+3 −0 crates/cargo-util-schemas/Cargo.toml
+70 −10 crates/cargo-util-schemas/src/core/partial_version.rs
+45 −0 crates/cargo-util-schemas/src/manifest/rust_version.rs
+42 −6 src/cargo/core/workspace.rs
+1 −1 src/cargo/ops/registry/login.rs
+46 −17 src/cargo/ops/resolve.rs
+13 −0 src/cargo/util/context/mod.rs
+3 −6 src/cargo/util/toml/mod.rs
+14 −3 src/doc/src/reference/unstable.md
+6 −3 tests/testsuite/bad_config.rs
+54 −2 tests/testsuite/build.rs
+0 −9 tests/testsuite/cargo_add/empty_dep_table/in/Cargo.toml
+0 −1 tests/testsuite/cargo_add/empty_dep_table/in/src/lib.rs
+0 −32 tests/testsuite/cargo_add/empty_dep_table/mod.rs
+0 −9 tests/testsuite/cargo_add/empty_dep_table/out/Cargo.toml
+0 −27 tests/testsuite/cargo_add/empty_dep_table/stderr.term.svg
+0 −1 tests/testsuite/cargo_add/mod.rs
+4 −0 tests/testsuite/cargo_add/rust_version_ignore/mod.rs
+4 −0 tests/testsuite/cargo_add/rust_version_incompatible/mod.rs
+4 −0 tests/testsuite/cargo_add/rust_version_latest/mod.rs
+4 −0 tests/testsuite/cargo_add/rust_version_older/mod.rs
+4 −0 tests/testsuite/cargo_add/rustc_ignore/mod.rs
+4 −0 tests/testsuite/cargo_add/rustc_incompatible/mod.rs
+4 −0 tests/testsuite/cargo_add/rustc_latest/mod.rs
+4 −0 tests/testsuite/cargo_add/rustc_older/mod.rs
+19 −0 tests/testsuite/credential_process.rs
+2 −0 tests/testsuite/directory.rs
+6 −15 tests/testsuite/inheritable_workspace_fields.rs
+3 −0 tests/testsuite/install.rs
+1 −0 tests/testsuite/login.rs
+1 −0 tests/testsuite/publish_lockfile.rs
+1 −0 tests/testsuite/required_features.rs
+455 −234 tests/testsuite/rust_version.rs

0 comments on commit db881f6

Please sign in to comment.