-
Notifications
You must be signed in to change notification settings - Fork 13k
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
11 files
+4 −4 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+72 −46 | src/bin/cargo/cli.rs | |
+3 −1 | src/bin/cargo/commands/mod.rs | |
+9 −1 | src/bin/cargo/commands/run.rs | |
+2 −2 | src/cargo/core/resolver/encode.rs | |
+10 −0 | src/cargo/util/config/mod.rs | |
+34 −24 | src/doc/src/reference/unstable.md | |
+77 −35 | tests/testsuite/config_include.rs | |
+15 −0 | tests/testsuite/lockfile_compat.rs | |
+109 −26 | tests/testsuite/script.rs |