BurntSushi / quickcheck

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

New release with dependicies update? #232

Closed Dushistov closed 5 years ago

Dushistov commented 5 years ago

Is it possible to make new release with updated dependencies:

rand_core -> 0.4
env_logger -> 0.6

?

To make possible to use quickcheck without building two version of log, two versions of rand_core and so on.

BurntSushi commented 5 years ago

Done in quickcheck 0.8.2.

Dushistov commented 5 years ago

@BurntSushi Thank you!