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.
Rollup merge of rust-lang#58522 - ehuss:update-beta-cargo, r=pietroal…
…bini
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
23 files
+11 −0 | src/cargo/core/compiler/compilation.rs | |
+8 −0 | src/cargo/core/package_id.rs | |
+12 −2 | src/cargo/core/registry.rs | |
+13 −0 | src/cargo/core/source/mod.rs | |
+13 −4 | src/cargo/core/source/source_id.rs | |
+2 −2 | src/cargo/ops/cargo_install.rs | |
+3 −3 | src/cargo/ops/registry.rs | |
+1 −0 | src/cargo/ops/resolve.rs | |
+18 −7 | src/cargo/sources/config.rs | |
+2 −0 | src/cargo/sources/directory.rs | |
+2 −0 | src/cargo/sources/git/source.rs | |
+2 −0 | src/cargo/sources/path.rs | |
+9 −2 | src/cargo/sources/registry/index.rs | |
+44 −15 | src/cargo/sources/registry/mod.rs | |
+8 −0 | src/cargo/sources/replaced.rs | |
+4 −0 | src/cargo/util/paths.rs | |
+2 −2 | tests/testsuite/doc.rs | |
+38 −25 | tests/testsuite/fix.rs | |
+98 −0 | tests/testsuite/registry.rs | |
+85 −0 | tests/testsuite/run.rs | |
+2 −1 | tests/testsuite/search.rs | |
+3 −3 | tests/testsuite/support/cross_compile.rs | |
+2 −2 | tests/testsuite/support/paths.rs |