-
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.
New license exceptions from gix: * (byteyarn", "Apache-2.0") * ("encoding_rs", "(Apache-2.0 OR MIT) AND BSD-3-Clause")
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule cargo
updated
22 files
+1 −1 | .github/renovate.json5 | |
+248 −261 | Cargo.lock | |
+4 −4 | Cargo.toml | |
+2 −2 | crates/cargo-test-support/src/lib.rs | |
+1 −0 | crates/cargo-test-support/src/registry.rs | |
+2 −2 | deny.toml | |
+0 −37 | src/cargo/core/package_id.rs | |
+56 −25 | src/cargo/core/shell.rs | |
+56 −35 | src/cargo/core/source_id.rs | |
+1 −1 | src/cargo/ops/cargo_compile/mod.rs | |
+1 −1 | src/cargo/sources/config.rs | |
+1 −6 | src/cargo/util/auth/mod.rs | |
+4 −1 | src/cargo/util/config/mod.rs | |
+154 −39 | src/cargo/util/toml/embedded.rs | |
+5 −2 | src/doc/man/cargo-publish.md | |
+6 −2 | src/doc/man/generated_txt/cargo-publish.txt | |
+5 −2 | src/doc/src/commands/cargo-publish.md | |
+8 −23 | src/doc/src/reference/unstable.md | |
+8 −2 | src/etc/man/cargo-publish.1 | |
+1 −0 | tests/testsuite/publish.rs | |
+15 −19 | tests/testsuite/script.rs | |
+46 −1 | tests/testsuite/source_replacement.rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters