Skip to content

Commit f5a8332

Browse files
committed
syntax: release 0.6.9
1 parent 76e7ec9 commit f5a8332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "regex-syntax"
3-
version = "0.6.8" #:version
3+
version = "0.6.9" #:version
44
authors = ["The Rust Project Developers"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rust-lang/regex"
@@ -10,4 +10,4 @@ description = "A regular expression parser."
1010
workspace = ".."
1111

1212
[dependencies]
13-
ucd-util = "0.1.0"
13+
ucd-util = "0.1.4"

0 commit comments

Comments
 (0)