Skip to content

Commit 5e6ee59

Browse files
committed
deps: require regex-syntax 0.6.14
This brings in the bug fix for #640 for flag scoping.
1 parent 25d7c74 commit 5e6ee59

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
@@ -121,7 +121,7 @@ optional = true
121121
# For parsing regular expressions.
122122
[dependencies.regex-syntax]
123123
path = "regex-syntax"
124-
version = "0.6.12"
124+
version = "0.6.14"
125125
default-features = false
126126

127127
[dev-dependencies]

0 commit comments

Comments
 (0)