forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
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
15 files
+7 −0 | .github/workflows/main.yml | |
+13 −13 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+1 −1 | crates/cargo-test-support/containers/sshd/Dockerfile | |
+6 −0 | crates/cargo-test-support/src/lib.rs | |
+348 −348 | crates/cargo-util-schemas/manifest.schema.json | |
+1 −1 | crates/cargo-util-schemas/src/manifest/mod.rs | |
+3 −3 | crates/cargo-util/src/paths.rs | |
+31 −14 | src/cargo/core/compiler/fingerprint/mod.rs | |
+34 −50 | src/cargo/core/manifest.rs | |
+35 −27 | src/cargo/ops/cargo_package/vcs.rs | |
+40 −0 | src/cargo/sources/path.rs | |
+69 −0 | tests/testsuite/build_script_env.rs | |
+201 −215 | tests/testsuite/git_shallow.rs | |
+9 −2 | tests/testsuite/package.rs |