forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#42073 - mersinvald:update-cargo-submodule, …
…r=Mark-Simulacrum Cargo submodule update Required for rust-lang#41910 r? @Mark-Simulacrum
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
13 files
+2 −7 | src/bin/test.rs | |
+12 −21 | src/cargo/sources/registry/remote.rs | |
+1 −1 | src/doc/guide.md | |
+1 −1 | src/doc/manifest.md | |
+35 −229 | tests/bench.rs | |
+11 −78 | tests/build-script.rs | |
+32 −0 | tests/cargotest/support/mod.rs | |
+3 −26 | tests/cross-compile.rs | |
+1 −7 | tests/git.rs | |
+2 −12 | tests/path.rs | |
+2 −13 | tests/proc-macro.rs | |
+16 −122 | tests/required-features.rs | |
+73 −445 | tests/test.rs |