Skip to content

Commit

Permalink
Update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Dec 16, 2023
1 parent 3f39cae commit 7ec490c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 41 files
+10 −10 Cargo.lock
+2 −2 Cargo.toml
+8 −1 crates/home/CHANGELOG.md
+1 −1 crates/home/Cargo.toml
+4 −4 crates/home/src/lib.rs
+15 −8 crates/home/src/windows.rs
+13 −0 crates/xtask-bump-check/src/xtask.rs
+3 −80 src/cargo/core/summary.rs
+2 −2 src/cargo/ops/cargo_add/crate_spec.rs
+6 −2 src/cargo/ops/cargo_new.rs
+1 −1 src/cargo/sources/git/known_hosts.rs
+5 −3 src/cargo/util/command_prelude.rs
+3 −2 src/cargo/util/config/mod.rs
+0 −1 src/cargo/util/mod.rs
+0 −151 src/cargo/util/restricted_names.rs
+2 −1 src/cargo/util/toml/embedded.rs
+9 −20 src/cargo/util/toml/mod.rs
+1 −1 src/cargo/util/toml/targets.rs
+6 −2 src/cargo/util_schemas/core/package_id_spec.rs
+136 −23 src/cargo/util_schemas/manifest.rs
+2 −0 src/cargo/util_schemas/mod.rs
+218 −0 src/cargo/util_schemas/restricted_names.rs
+1 −1 src/doc/src/reference/registry-web-api.md
+91 −1 tests/testsuite/alt_registry.rs
+14 −2 tests/testsuite/build.rs
+1 −0 tests/testsuite/cargo_add/empty_dep_name/in
+24 −0 tests/testsuite/cargo_add/empty_dep_name/mod.rs
+5 −0 tests/testsuite/cargo_add/empty_dep_name/out/Cargo.toml
+1 −0 tests/testsuite/cargo_add/empty_dep_name/stderr.log
+0 −0 tests/testsuite/cargo_add/empty_dep_name/stdout.log
+1 −0 tests/testsuite/cargo_add/mod.rs
+0 −0 tests/testsuite/cargo_new/empty_name/in/.keep
+22 −0 tests/testsuite/cargo_new/empty_name/mod.rs
+0 −0 tests/testsuite/cargo_new/empty_name/out/.keep
+1 −0 tests/testsuite/cargo_new/empty_name/stderr.log
+0 −0 tests/testsuite/cargo_new/empty_name/stdout.log
+1 −0 tests/testsuite/cargo_new/mod.rs
+18 −2 tests/testsuite/features.rs
+4 −0 tests/testsuite/features_namespaced.rs
+83 −0 tests/testsuite/patch.rs
+14 −2 tests/testsuite/profile_custom.rs

0 comments on commit 7ec490c

Please sign in to comment.