Sourced from regex's changelog.
1.10.6 (2024-08-02)
This is a new patch release with a fix for the
unstable
crate feature that enablesstd::str::Pattern
trait integration.Bug fixes:
- [BUG #1219](rust-lang/regex#1219): Fix the
Pattern
trait implementation as a result of nightly API breakage.