-
Notifications
You must be signed in to change notification settings - Fork 13k
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
19 files
+61 −38 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+7 −7 | crates/cargo-test-support/src/lib.rs | |
+7 −34 | src/cargo/core/compiler/compilation.rs | |
+5 −1 | src/cargo/core/compiler/fingerprint/dep_info.rs | |
+0 −2 | src/cargo/core/compiler/fingerprint/dirty_reason.rs | |
+14 −19 | src/cargo/core/compiler/fingerprint/mod.rs | |
+81 −0 | src/cargo/core/manifest.rs | |
+10 −9 | src/cargo/core/source_id.rs | |
+38 −1 | src/cargo/ops/cargo_package.rs | |
+1 −1 | src/cargo/sources/git/oxide.rs | |
+3 −1 | src/cargo/sources/git/utils.rs | |
+6 −2 | src/cargo/sources/path.rs | |
+1 −1 | tests/testsuite/binary_name.rs | |
+2 −2 | tests/testsuite/dep_info.rs | |
+99 −34 | tests/testsuite/freshness.rs | |
+1 −52 | tests/testsuite/freshness_checksum.rs | |
+38 −0 | tests/testsuite/git.rs | |
+152 −0 | tests/testsuite/package.rs |