proptest-rs / proptest

Hypothesis-like property testing for Rust
Apache License 2.0
1.69k stars 158 forks source link

build(deps): bump regex-syntax from 0.6 to 0.7 #335

Closed sjackman closed 1 year ago

sjackman commented 1 year ago
tzemanovic commented 1 year ago

There are some breaking changes in regex-syntax affecting proptest/src/string.rs. We could probably support both versions by using cfg_accessible

sjackman commented 1 year ago

@tzemanovic I've updated proptest/src/string.rs for regex-syntax 0.7.

sjackman commented 1 year ago

@tzemanovic Is this PR good to merge, or do you need anything else from me? I'd love to see a stable release on crates once it's merged!

sjackman commented 1 year ago

Thank you very much for merging my PR, @tzemanovic and @matthew-russo! I look forward to a release on crates.io that includes this change.

sjackman commented 1 year ago

@tzemanovic Any plans for an upcoming release with this change and other dependency updates?

matthew-russo commented 1 year ago

@sjackman Im planning a release either tonight or tomorrow.

sjackman commented 1 year ago

Woohoo! Thank you, Matthew!

matthew-russo commented 1 year ago

v1.3.0 is published on crates now

sjackman commented 1 year ago

👏 Thank you, Matthew! 😁