Skip to content

Commit 25ae004

Browse files
committed
syntax: release 0.6.12
1 parent e70082a commit 25ae004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.11"
124+
version = "0.6.12"
125125
default-features = false
126126

127127
[dev-dependencies]

regex-syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "regex-syntax"
3-
version = "0.6.11" #:version
3+
version = "0.6.12" #:version
44
authors = ["The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rust-lang/regex"

0 commit comments

Comments
 (0)