Skip to content

Commit a7045b1

Browse files
committedMar 15, 2020
Bump fancy-regex to 0.3.2
Includes the fix for fancy-regex/fancy-regex#37 which caused a test failure with the Java syntax.
1 parent fa92de0 commit a7045b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = [
2020
[dependencies]
2121
yaml-rust = { version = "0.4", optional = true }
2222
onig = { version = "5.0", optional = true }
23-
fancy-regex = { version = "0.3.0", optional = true }
23+
fancy-regex = { version = "0.3.2", optional = true }
2424
walkdir = "2.0"
2525
regex-syntax = { version = "0.6", optional = true }
2626
lazy_static = "1.0"

0 commit comments

Comments
 (0)
Please sign in to comment.