-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
7 files
+3 −2 | src/cargo/core/compiler/standard_lib.rs | |
+52 −20 | src/cargo/ops/cargo_package.rs | |
+121 −2 | src/cargo/ops/vendor.rs | |
+4 −4 | src/cargo/util/toml/mod.rs | |
+364 −0 | tests/testsuite/package.rs | |
+1 −1 | tests/testsuite/standard_lib.rs | |
+572 −11 | tests/testsuite/vendor.rs |