forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 7
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
12 files
+12 −4 | crates/cargo-test-support/src/publish.rs | |
+22 −405 | src/cargo/ops/cargo_package/mod.rs | |
+299 −0 | src/cargo/ops/cargo_package/vcs.rs | |
+193 −0 | src/cargo/ops/cargo_package/verify.rs | |
+3 −1 | src/cargo/ops/vendor.rs | |
+1 −0 | src/cargo/sources/mod.rs | |
+150 −13 | src/cargo/sources/path.rs | |
+1 −0 | tests/build-std/main.rs | |
+1 −1 | tests/testsuite/bad_config.rs | |
+8 −10 | tests/testsuite/build_script.rs | |
+86 −0 | tests/testsuite/package.rs | |
+2 −2 | triagebot.toml |