Skip to content

Commit

Permalink
Update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Nov 12, 2020
1 parent 5a6a41e commit 74354a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 28 files
+2 −20 crates/crates-io/lib.rs
+8 −7 src/cargo/core/compiler/custom_build.rs
+6 −16 src/cargo/core/compiler/fingerprint.rs
+13 −2 src/cargo/core/compiler/job.rs
+74 −24 src/cargo/core/compiler/job_queue.rs
+8 −8 src/cargo/core/compiler/mod.rs
+39 −18 src/cargo/core/compiler/standard_lib.rs
+12 −11 src/cargo/ops/registry.rs
+9 −7 src/cargo/sources/registry/mod.rs
+1 −10 src/cargo/util/hex.rs
+1 −1 src/doc/src/reference/features.md
+4 −5 tests/testsuite/dep_info.rs
+110 −1 tests/testsuite/features_namespaced.rs
+1 −0 tests/testsuite/mock-std/library/test/Cargo.toml
+1 −0 tests/testsuite/mock-std/library/test/src/lib.rs
+9 −0 tests/testsuite/mock-std/vendor/registry-dep-only-used-by-test/Cargo.toml
+2 −0 tests/testsuite/mock-std/vendor/registry-dep-only-used-by-test/src/lib.rs
+12 −0 tests/testsuite/mock-std/vendor/registry-dep-using-alloc/Cargo.toml
+9 −0 tests/testsuite/mock-std/vendor/registry-dep-using-alloc/src/lib.rs
+11 −0 tests/testsuite/mock-std/vendor/registry-dep-using-core/Cargo.toml
+8 −0 tests/testsuite/mock-std/vendor/registry-dep-using-core/src/lib.rs
+11 −0 tests/testsuite/mock-std/vendor/registry-dep-using-std/Cargo.toml
+8 −0 tests/testsuite/mock-std/vendor/registry-dep-using-std/src/lib.rs
+1 −0 tests/testsuite/mock-std/vendor/rustc-std-workspace-alloc/Cargo.toml
+1 −0 tests/testsuite/mock-std/vendor/rustc-std-workspace-core/Cargo.toml
+1 −0 tests/testsuite/mock-std/vendor/rustc-std-workspace-std/Cargo.toml
+41 −4 tests/testsuite/registry.rs
+78 −56 tests/testsuite/standard_lib.rs

0 comments on commit 74354a4

Please sign in to comment.