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#42191 - alexcrichton:update-cargo, r=Mark-S…
…imulacrum Update Cargo submodule Contains a fix for rust-lang/cargo#4081
- 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
+0 −29 | Cargo.lock | |
+2 −3 | Cargo.toml | |
+0 −1 | src/cargo/lib.rs | |
+9 −1 | src/cargo/ops/cargo_rustc/custom_build.rs | |
+5 −2 | src/cargo/ops/cargo_rustc/mod.rs | |
+6 −3 | src/cargo/ops/resolve.rs | |
+4 −1 | src/cargo/util/toml.rs | |
+91 −0 | tests/build-script.rs | |
+45 −0 | tests/build.rs | |
+118 −0 | tests/features.rs | |
+0 −1 | tests/new.rs | |
+23 −0 | tests/package.rs |