Proptest 0.9.0, minimal Rust 1.32.0#6636
Conversation
Updates the requirements on [proptest](https://github.com/altsysrq/proptest) to permit the latest version. - [Release notes](https://github.com/altsysrq/proptest/releases) - [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md) - [Commits](https://github.com/altsysrq/proptest/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
|
(rust_highfive has picked a reviewer for you, use r? to override) |
|
r=me w/ green CI |
|
Ah, breaking changes in rand making a (transitive?) dependency on rand_isaacs break. Oh well. |
|
This is unfortunate, I was looking forward to using some of the new toys in 0.9.1 |
|
How are problems like this resolved in Rust? |
|
It looks like it is just |
|
From a quick look rand 0.6.x is a hot mess with incorrect |
|
Ok I spent a long time trying to make it work, following your guide in #5657 (comment) and reading lots of commits, comments and threads, and couldn't figure it out. If you have an advice I can continue trying. |
|
Thanks for spending the time! I spent some time trying to figure it out as well, but did not get far. |
This is a rework of rust-lang#6636 now possible do to the change in testing from rust-lang#6748
No description provided.