Skip to content

Commit 92e7baf

Browse files
committed
regex-syntax 0.5.6
1 parent 4c10c47 commit 92e7baf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ memchr = "2.0.0"
3030
# For managing regex caches quickly across multiple threads.
3131
thread_local = "0.3.2"
3232
# For parsing regular expressions.
33-
regex-syntax = { path = "regex-syntax", version = "0.5.1" }
33+
regex-syntax = { path = "regex-syntax", version = "0.5.6" }
3434
# For compiling UTF-8 decoding into automata.
3535
utf8-ranges = "1.0.0"
3636

bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ onig = { version = "3", optional = true }
1919
libpcre-sys = { version = "0.2", optional = true }
2020
memmap = "0.6"
2121
regex = { version = "0.2.0", path = "..", features = ["unstable"] }
22-
regex-syntax = { version = "0.5.0", path = "../regex-syntax" }
22+
regex-syntax = { version = "0.5.6", path = "../regex-syntax" }
2323
serde = "1"
2424
serde_derive = "1"
2525

regex-debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = ".."
1313
[dependencies]
1414
docopt = "0.8"
1515
regex = { version = "0.2", path = ".." }
16-
regex-syntax = { version = "0.5.0", path = "../regex-syntax" }
16+
regex-syntax = { version = "0.5.6", path = "../regex-syntax" }
1717
serde = "1"
1818
serde_derive = "1"
1919
utf8-ranges = "1"

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.5.5" #:version
3+
version = "0.5.6" #: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)