Skip to content

Commit

Permalink
deps: require regex-syntax 0.6.14
Browse files Browse the repository at this point in the history
This brings in the bug fix for #640 for flag scoping.
  • Loading branch information
BurntSushi committed Jan 30, 2020
1 parent 25d7c74 commit 5e6ee59
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 @@ -121,7 +121,7 @@ optional = true
# For parsing regular expressions.
[dependencies.regex-syntax]
path = "regex-syntax"
version = "0.6.12"
version = "0.6.14"
default-features = false

[dev-dependencies]
Expand Down

0 comments on commit 5e6ee59

Please sign in to comment.