regex v1.1.5 Release Notes

Release Date: 2019-04-01 // almost 5 years ago
  • ๐Ÿš€ This release fixes a bug in regex's dependency specification where it requires a newer version of regex-syntax, but this wasn't communicated correctly in the Cargo.toml. This would have been caught by a minimal version check, but this check was disabled because the rand crate itself advertises incorrect dependency specifications.

    ๐Ÿ› Bug fixes:

    • BUG #570: Fix regex-syntax minimal version.