-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
14 files
+10 −9 | src/bin/cargo/cli.rs | |
+7 −5 | src/cargo/ops/cargo_generate_lockfile.rs | |
+8 −0 | src/cargo/ops/cargo_package.rs | |
+28 −7 | src/cargo/sources/registry/index.rs | |
+6 −2 | src/cargo/util/toml/mod.rs | |
+16 −0 | src/doc/man/cargo-package.md | |
+13 −0 | src/doc/man/generated_txt/cargo-package.txt | |
+16 −0 | src/doc/src/commands/cargo-package.md | |
+2 −2 | src/doc/src/guide/cargo-home.md | |
+3 −0 | src/doc/src/reference/config.md | |
+16 −0 | src/etc/man/cargo-package.1 | |
+51 −0 | tests/testsuite/help.rs | |
+28 −4 | tests/testsuite/package.rs | |
+78 −0 | tests/testsuite/update.rs |