Skip to content

Commit 877ebcb

Browse files
committed
Bump required version of regex-syntax.
Fixes #177.
1 parent 99b32a3 commit 877ebcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aho-corasick = "0.5"
1818
# For skipping along search text quickly when a leading byte is known.
1919
memchr = "0.1"
2020
# For parsing regular expressions.
21-
regex-syntax = { path = "regex-syntax", version = "0.2.4" }
21+
regex-syntax = { path = "regex-syntax", version = "0.2.5" }
2222
# For compiling UTF-8 decoding into automata.
2323
utf8-ranges = "0.1"
2424

0 commit comments

Comments
 (0)