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#87371 - ehuss:update-cargo, r=ehuss
Update cargo 2 commits in 4e143fd131e0c16cefd008456e974236ca54e62e..cebef2951ee69617852844894164b54ed478a7da 2021-07-20 21:55:45 +0000 to 2021-07-22 13:01:52 +0000 - Changes rustc argument from `--force-warns` to `--force-warn` (rust-lang/cargo#9714) - Display registry name instead of registry URL when possible (rust-lang/cargo#9632)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
27 files
+5 −3 | src/cargo/core/compiler/rustdoc.rs | |
+3 −3 | src/cargo/core/package_id.rs | |
+59 −22 | src/cargo/core/source/source_id.rs | |
+1 −1 | src/cargo/ops/fix.rs | |
+3 −1 | src/cargo/ops/mod.rs | |
+3 −3 | src/cargo/ops/registry.rs | |
+2 −1 | src/cargo/ops/vendor.rs | |
+2 −2 | src/cargo/sources/config.rs | |
+1 −1 | src/cargo/sources/mod.rs | |
+1 −0 | src/cargo/sources/registry/mod.rs | |
+52 −63 | tests/testsuite/alt_registry.rs | |
+4 −4 | tests/testsuite/bad_config.rs | |
+1 −1 | tests/testsuite/build.rs | |
+2 −2 | tests/testsuite/cargo_features.rs | |
+14 −14 | tests/testsuite/cross_publish.rs | |
+1 −1 | tests/testsuite/directory.rs | |
+1 −1 | tests/testsuite/features_namespaced.rs | |
+22 −19 | tests/testsuite/install.rs | |
+3 −2 | tests/testsuite/install_upgrade.rs | |
+2 −2 | tests/testsuite/local_registry.rs | |
+6 −4 | tests/testsuite/offline.rs | |
+48 −48 | tests/testsuite/patch.rs | |
+6 −8 | tests/testsuite/publish.rs | |
+2 −2 | tests/testsuite/publish_lockfile.rs | |
+34 −37 | tests/testsuite/registry.rs | |
+9 −9 | tests/testsuite/replace.rs | |
+1 −1 | tests/testsuite/weak_dep_features.rs |