We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11543fd commit aa170b5Copy full SHA for aa170b5
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+1.5.4 (2021-05-06)
2
+==================
3
+This release fixes another compilation failure when building regex. This time,
4
+the fix is for when the `pattern` feature is enabled, which only works on
5
+nightly Rust. CI has been updated to test this case.
6
+
7
+* [BUG #772](https://github.com/rust-lang/regex/pull/772):
8
+ Fix build when `pattern` feature is enabled.
9
10
11
1.5.3 (2021-05-01)
12
==================
13
This releases fixes a bug when building regex with only the `unicode-perl`
0 commit comments