Skip to content

Commit

Permalink
Bump fancy-regex to 0.3.2
Browse files Browse the repository at this point in the history
Includes the fix for
fancy-regex/fancy-regex#37 which caused a test
failure with the Java syntax.
  • Loading branch information
robinst committed Mar 15, 2020
1 parent fa92de0 commit a7045b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exclude = [
[dependencies]
yaml-rust = { version = "0.4", optional = true }
onig = { version = "5.0", optional = true }
fancy-regex = { version = "0.3.0", optional = true }
fancy-regex = { version = "0.3.2", optional = true }
walkdir = "2.0"
regex-syntax = { version = "0.6", optional = true }
lazy_static = "1.0"
Expand Down

0 comments on commit a7045b1

Please sign in to comment.