Uh oh!
There was an error while loading. Please reload this page.
bump rand dependency of library tests - #104665
Conversation
rustbot
commented
Nov 21, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
thomcc
commented
Nov 21, 2022
This will fail on wasm32, since new The correct way to do this is #104658, which I coincidentally just filed earlier today. |
See #86963 (comment) for details on why this fails on wasm32 (which is not why the CI just failed, since CI doesn't test wasm32 except in rollups and such) |
rust-log-analyzer
commented
Nov 21, 2022
The job Click to see the possible cause of the failure (guessed by this bot) |
RalfJung
commented
Nov 21, 2022
Closing in favor of #104658 then. |
This finally removes getrandom 0.1 from the workspace, which makes Miri happy since old getrandom contains some strict provenance violations.
r? @thomcc