-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 #107120 - weihanglo:update-cargo, r=weihanglo
Update cargo 3 commits in 50eb688c2bbea5de5a2e8496230a7428798089d1..985d561f0bb9b76ec043a2b12511790ec7a2b954 2023-01-19 10:09:05 +0000 to 2023-01-20 14:39:28 +0000 - Stabilize sparse-registry (rust-lang/cargo#11224) - Wrapper type for data that should never be logged (rust-lang/cargo#11545) - Add semver rule for lints (rust-lang/cargo#11596) r? `@ghost`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
19 files
+1 −1 | src/bin/cargo/commands/login.rs | |
+2 −1 | src/bin/cargo/commands/owner.rs | |
+3 −1 | src/bin/cargo/commands/publish.rs | |
+2 −1 | src/bin/cargo/commands/yank.rs | |
+12 −2 | src/cargo/core/features.rs | |
+33 −29 | src/cargo/ops/registry.rs | |
+0 −3 | src/cargo/sources/registry/http_remote.rs | |
+145 −31 | src/cargo/util/auth.rs | |
+5 −13 | src/cargo/util/config/mod.rs | |
+10 −3 | src/doc/semver-check/src/main.rs | |
+14 −0 | src/doc/src/reference/config.md | |
+20 −1 | src/doc/src/reference/registries.md | |
+57 −5 | src/doc/src/reference/registry-index.md | |
+55 −0 | src/doc/src/reference/semver.md | |
+5 −27 | src/doc/src/reference/unstable.md | |
+3 −9 | tests/testsuite/alt_registry.rs | |
+8 −20 | tests/testsuite/publish.rs | |
+225 −271 | tests/testsuite/registry.rs | |
+3 −6 | tests/testsuite/registry_auth.rs |