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 a8554b3 commit 9085949Copy full SHA for 9085949
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+1.5.3 (2021-05-01)
2
+==================
3
+This releases fixes a bug when building regex with only the `unicode-perl`
4
+feature. It turns out that while CI was building this configuration, it wasn't
5
+actually failing the overall build on a failed compilation.
6
+
7
+* [BUG #769](https://github.com/rust-lang/regex/issues/769):
8
+ Fix build in `regex-syntax` when only the `unicode-perl` feature is enabled.
9
10
11
1.5.2 (2021-05-01)
12
==================
13
This release fixes a performance bug when Unicode word boundaries are used.
0 commit comments