regex v1.5.4 Release Notes

Release Date: 2021-05-06 // almost 3 years ago
  • 🚀 This release fixes another compilation failure when building regex. This time, the fix is for when the pattern feature is enabled, which only works on ⚡️ nightly Rust. CI has been updated to test this case.

    • BUG #772: Fix build when pattern feature is enabled.