-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
9 files
+71 −73 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+118 −2 | src/cargo/ops/vendor.rs | |
+6 −29 | src/cargo/util/toml/mod.rs | |
+8 −0 | tests/build-std/main.rs | |
+1 −1 | tests/testsuite/build.rs | |
+1 −1 | tests/testsuite/check.rs | |
+11 −21 | tests/testsuite/features.rs | |
+572 −11 | tests/testsuite/vendor.rs |