-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Cargo submodule #48549
Update Cargo submodule #48549
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me if you have a solution for the problem I've noted
@@ -2894,15 +2945,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" | |||
"checksum racer 2.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "034f1c4528581c40a60e96875467c03315868084e08ff4ceb46a00f7be3b16b4" | |||
"checksum radix_trie 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "211c49b6a9995cac0fd1dd9ca60b42cf3a51e151a12eb954b3a9e75513426ee8" | |||
"checksum rand 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "512870020642bb8c221bf68baa1b2573da814f6ccfe5c9699b1c303047abe9b1" | |||
"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1" | |||
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This'll break some of our tests IIRC so we'll need to not do this until we can get rid of one of the rands or remove extern crate rand
from the tests.
@bors: r=Mark-Simulacrum |
📌 Commit 3075dad has been approved by |
3075dad
to
45045d0
Compare
@bors: r=Mark-Simulacrum |
📌 Commit 45045d0 has been approved by |
☔ The latest upstream changes (presumably #48349) made this pull request unmergeable. Please resolve the merge conflicts. |
45045d0
to
842ced5
Compare
@bors: r=Mark-Simulacrum |
📌 Commit 842ced5 has been approved by |
@bors p=2 prioritizing risky-to-rollup PRs so they get tested first |
🔒 Merge conflict |
842ced5
to
ac0a2a7
Compare
@bors: r=Mark-Simulacrum |
📌 Commit ac0a2a7 has been approved by |
@bors: r=Mark-Simulacrum |
📌 Commit 62a8f7d has been approved by |
…imulacrum Update Cargo submodule Hopefully a routine update...
Update Cargo submodule Hopefully a routine update...
💔 Test failed - status-travis |
|
Required moving all fulldeps tests depending on `rand` to different locations as now there's multiple `rand` crates that can't be implicitly linked against.
62a8f7d
to
994bfd4
Compare
@bors: r=Mark-Simulacrum |
📌 Commit 994bfd4 has been approved by |
@bors p=2 |
Update Cargo submodule Hopefully a routine update...
☀️ Test successful - status-appveyor, status-travis |
Hopefully a routine update...