Sourced from regex's changelog.
1.11.1 (2024-10-24)
This is a new patch release of
regex
that fixes compilation on nightly Rust when the unstablepattern
crate feature is enabled. Users on nightly Rust without this feature enabled are unaffected.Bug fixes:
- [BUG #1231](rust-lang/regex#1231): Fix the
Pattern
trait implementation as a result of nightly API breakage.
9870c06
1.11.180df54e
changelog: 1.11.1991ba88
unstable: fix Pattern
trait implementation