proptest-rs / proptest

Hypothesis-like property testing for Rust
Apache License 2.0
1.74k stars 161 forks source link

build(deps): Update `bit-set` and `bit-vec` to 0.8.0 #501

Closed caspermeijn closed 2 months ago

caspermeijn commented 2 months ago

Given that no code changes were needed, I could change the version requirement to >=0.5.2, <=0.8. This allows a range of versions of the dependency.

I could provide CI jobs to verify that the minimal specified requirement keeps working.

Please let me know if you want me to do either of these.