-
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
12 files
+5 −0 | crates/cargo-test-support/src/lib.rs | |
+25 −17 | src/cargo/core/compiler/fingerprint.rs | |
+3 −33 | src/cargo/core/resolver/features.rs | |
+13 −18 | src/cargo/ops/fix.rs | |
+2 −5 | src/cargo/ops/lockfile.rs | |
+26 −8 | src/cargo/sources/path.rs | |
+12 −5 | tests/testsuite/fix.rs | |
+23 −5 | tests/testsuite/freshness.rs | |
+2 −1 | tests/testsuite/lockfile_compat.rs | |
+13 −0 | tests/testsuite/offline.rs | |
+34 −0 | tests/testsuite/package.rs | |
+18 −35 | tests/testsuite/tool_paths.rs |