forked from rust-lang/rust
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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#103400 - weihanglo:update-cargo, r=weihanglo
Update cargo 5 commits in 3ff044334f0567ce1481c78603aeee7211b91623..071eeaf210708219a5a1b2c4728ca2f97df7f2ae 2022-10-17 20:25:00 +0000 to 2022-10-22 01:17:55 +0000 - fix: Remove leading newline in vendor output (rust-lang/cargo#11273) - Fix publishing with a dependency on a sparse registry (rust-lang/cargo#11268) - Add missing edition (rust-lang/cargo#11265) - fix(publish): Check remote git registry more than once post-publish (rust-lang/cargo#11255) - Fix typo (rust-lang/cargo#11258) r? `@ghost`
- Loading branch information
Showing
2 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
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
Submodule cargo
updated
9 files
+1 −1 | Cargo.toml | |
+1 −1 | benches/capture/Cargo.toml | |
+1 −1 | crates/cargo-test-support/Cargo.toml | |
+20 −15 | src/cargo/sources/registry/remote.rs | |
+1 −2 | src/cargo/util/toml/mod.rs | |
+2 −2 | src/doc/src/reference/publishing.md | |
+1 −0 | src/doc/src/reference/registries.md | |
+48 −0 | tests/testsuite/alt_registry.rs | |
+2 −4 | tests/testsuite/vendor.rs |