forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
+17 −84 | Cargo.lock | |
+5 −13 | Cargo.toml | |
+2 −1 | crates/cargo-test-support/Cargo.toml | |
+20 −28 | crates/cargo-test-support/src/diff.rs | |
+1 −1 | src/bin/cargo/commands/report.rs | |
+1 −1 | src/bin/cargo/commands/vendor.rs | |
+3 −16 | src/cargo/core/compiler/future_incompat.rs | |
+2 −19 | src/cargo/core/compiler/mod.rs | |
+55 −132 | src/cargo/core/shell.rs | |
+12 −0 | src/cargo/util/command_prelude.rs | |
+2 −0 | src/doc/src/reference/profiles.md | |
+13 −0 | src/doc/src/reference/publishing.md | |
+37 −0 | tests/testsuite/run.rs |