Skip to content

Commit

Permalink
Update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Jan 10, 2024
1 parent 9480767 commit 5b4b7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 39 files
+5 −5 .github/renovate.json5
+2 −0 CHANGELOG.md
+7 −7 Cargo.lock
+2 −2 Cargo.toml
+2 −2 crates/cargo-platform/Cargo.toml
+2 −1 crates/cargo-test-support/src/lib.rs
+95 −19 crates/cargo-util-schemas/src/manifest.rs
+1 −1 crates/crates-io/Cargo.toml
+3 −1 crates/crates-io/lib.rs
+2 −2 crates/home/Cargo.toml
+2 −2 crates/rustfix/Cargo.toml
+2 −2 credential/cargo-credential-1password/Cargo.toml
+2 −2 credential/cargo-credential/Cargo.toml
+18 −22 src/bin/cargo/cli.rs
+27 −20 src/cargo/core/compiler/context/mod.rs
+4 −10 src/cargo/core/compiler/future_incompat.rs
+6 −3 src/cargo/core/compiler/mod.rs
+84 −54 src/cargo/core/features.rs
+81 −69 src/cargo/ops/cargo_new.rs
+0 −27 src/cargo/util/mod.rs
+2 −43 src/cargo/util/toml/mod.rs
+1 −1 src/doc/src/reference/registry-web-api.md
+1 −0 tests/testsuite/cargo/mod.rs
+13 −0 tests/testsuite/cargo/z_help/mod.rs
+0 −0 tests/testsuite/cargo/z_help/stderr.log
+36 −0 tests/testsuite/cargo/z_help/stdout.log
+9 −0 tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/in/Cargo.toml
+1 −1 tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/mod.rs
+8 −1 tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/out/Cargo.toml
+8 −0 tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/out/bar/Cargo.toml
+0 −0 tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/out/bar/src/main.rs
+0 −21 tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/out/foo/Cargo.toml
+1 −1 tests/testsuite/cargo_new/not_inherit_workspace_package_table_if_not_members/stderr.log
+1 −1 tests/testsuite/clean.rs
+7 −58 tests/testsuite/help.rs
+31 −0 tests/testsuite/inheritable_workspace_fields.rs
+76 −0 tests/testsuite/lints.rs
+46 −0 tests/testsuite/test.rs
+4 −5 tests/testsuite/workspaces.rs

0 comments on commit 5b4b7b7

Please sign in to comment.