We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70082a commit 25ae004Copy full SHA for 25ae004
Cargo.toml
@@ -121,7 +121,7 @@ optional = true
121
# For parsing regular expressions.
122
[dependencies.regex-syntax]
123
path = "regex-syntax"
124
-version = "0.6.11"
+version = "0.6.12"
125
default-features = false
126
127
[dev-dependencies]
regex-syntax/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "regex-syntax"
3
-version = "0.6.11" #:version
+version = "0.6.12" #:version
4
authors = ["The Rust Project Developers"]
5
license = "MIT/Apache-2.0"
6
repository = "https://github.com/rust-lang/regex"
0 commit comments