BurntSushi / quickcheck

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

update dependency : rand="0.4" to rand="0.5" #208

Closed bcko closed 6 years ago

bcko commented 6 years ago

Thank you for your time checking this and I really appreciate your feedback&guidance! :)

bcko commented 6 years ago

The Travis CI build failed for Rust 1.20.0

bcko commented 6 years ago

I just realized that rand 0.5 requires Rust 1.22+ https://github.com/rust-lang-nursery/rand#rust-version-requirements

bcko commented 6 years ago

@BurntSushi Is it possible to bump Rust minimum version to 1.22? If not, I will close this pull request.

BurntSushi commented 6 years ago

I think this PR is a dupe of #203.

With respect to minimum Rust version, I don't think we have a choice. quickcheck is a heavy user of the rand crate, and we can't just not update. But yeah, this is annoying.