BurntSushi / quickcheck

Automated property based testing for Rust (with shrinking).
The Unlicense
2.4k stars 149 forks source link

Update to rand 0.7 and rand_core 0.5 #237

Closed oherrala closed 5 years ago

oherrala commented 5 years ago

This requires bumping minimum supported Rust version to 1.32.0 due to getrandom crate.

matklad commented 5 years ago

ping @BurntSushi, I am considering switching rust-analyzer from proptest to quickcheck (as proptest requires some ungodly amount of time to build), but I don't want to re-intoroduce old rand :)

BurntSushi commented 5 years ago

Aye, thanks for the ping!

BurntSushi commented 5 years ago

This PR is on crates.io in quickcheck 0.9.0.