Skip to content

Commit

Permalink
Update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Apr 25, 2023
1 parent 458d4da commit d9c176e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 39 files
+25 −13 .github/workflows/main.yml
+21 −21 Cargo.lock
+5 −4 Cargo.toml
+0 −1 benches/benchsuite/Cargo.toml
+1 −1 crates/cargo-platform/Cargo.toml
+1 −1 crates/cargo-test-support/Cargo.toml
+1 −1 crates/cargo-util/Cargo.toml
+1 −1 crates/crates-io/Cargo.toml
+5 −2 crates/home/CHANGELOG.md
+2 −2 crates/home/Cargo.toml
+1 −1 crates/home/src/lib.rs
+2 −0 credential/cargo-credential-macos-keychain/Cargo.toml
+7 −1 credential/cargo-credential-wincred/Cargo.toml
+2 −0 src/cargo/core/compiler/build_context/target_info.rs
+3 −12 src/cargo/core/compiler/compilation.rs
+28 −1 src/cargo/core/compiler/mod.rs
+19 −22 src/cargo/core/profiles.rs
+1 −1 src/cargo/core/shell.rs
+26 −15 src/cargo/ops/cargo_package.rs
+9 −1 src/cargo/util/machine_message.rs
+99 −10 src/cargo/util/toml/mod.rs
+3 −3 src/doc/build-man.sh
+9 −3 src/doc/man/cargo-bench.md
+9 −2 src/doc/man/cargo-test.md
+11 −4 src/doc/man/generated_txt/cargo-bench.txt
+13 −4 src/doc/man/generated_txt/cargo-test.txt
+9 −3 src/doc/src/commands/cargo-bench.md
+9 −2 src/doc/src/commands/cargo-test.md
+9 −3 src/doc/src/reference/profiles.md
+4 −4 src/doc/src/reference/publishing.md
+9 −3 src/etc/man/cargo-bench.1
+9 −2 src/etc/man/cargo-test.1
+35 −3 tests/testsuite/bad_config.rs
+58 −0 tests/testsuite/cargo_env_config.rs
+62 −5 tests/testsuite/config.rs
+6 −2 tests/testsuite/inheritable_workspace_fields.rs
+136 −0 tests/testsuite/package.rs
+4 −3 tests/testsuite/profile_config.rs
+3 −0 tests/testsuite/publish.rs

0 comments on commit d9c176e

Please sign in to comment.