forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#116189 - weihanglo:update-cargo, r=weihanglo
Update cargo 11 commits in 414d9e3a6d8096f3e276234ce220c868767a8792..e6aabe8b3fcf639be3a5bf68e77853bd7b3fa27d 2023-09-22 07:03:57 +0000 to 2023-09-26 16:31:53 +0000 - Use full target spec for `cargo rustc --print --target` (rust-lang/cargo#12743) - feat(embedded): Hack in code fence support (rust-lang/cargo#12681) - chore(ci): Update Renovate schema (rust-lang/cargo#12741) - more specific registry index not found msg (rust-lang/cargo#12732) - docs: warn about upload timeout (rust-lang/cargo#12733) - Fix some typos (rust-lang/cargo#12730) - upgrade gitoxide to v0.54 (rust-lang/cargo#12731) - Update target-arch-aware crates to support mips r6 targets (rust-lang/cargo#12720) - Buffer console status messages. (rust-lang/cargo#12727) - Fix spurious errors with networking tests. (rust-lang/cargo#12726) - refactor(SourceId): merge `name` and `alt_registry_key` into one enum (rust-lang/cargo#12675) r? ghost
- 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