-
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
15 files
+4 −4 | CONTRIBUTING.md | |
+16 −2 | src/cargo/core/compiler/fingerprint.rs | |
+1 −1 | src/cargo/core/resolver/errors.rs | |
+22 −6 | src/cargo/ops/cargo_install.rs | |
+2 −0 | src/doc/man/cargo-package.adoc | |
+2 −0 | src/doc/man/cargo-publish.adoc | |
+26 −0 | src/doc/man/generated/cargo-package.html | |
+26 −0 | src/doc/man/generated/cargo-publish.html | |
+24 −2 | src/etc/man/cargo-package.1 | |
+24 −2 | src/etc/man/cargo-publish.1 | |
+2 −2 | tests/testsuite/build.rs | |
+2 −2 | tests/testsuite/doc.rs | |
+172 −0 | tests/testsuite/freshness.rs | |
+17 −10 | tests/testsuite/install.rs | |
+5 −0 | tests/testsuite/support/mod.rs |