mirror of
https://gitee.com/openharmony/third_party_rust_regex
synced 2025-04-07 20:51:33 +00:00
version bumps.
This commit is contained in:
parent
cedfc8db51
commit
d385028ed4
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "regex"
|
||||
version = "0.1.39"
|
||||
version = "0.1.40"
|
||||
authors = ["The Rust Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
readme = "README.md"
|
||||
@ -36,7 +36,7 @@ bench = true
|
||||
[dependencies]
|
||||
aho-corasick = "0.2"
|
||||
memchr = "0.1"
|
||||
regex-syntax = { path = "regex-syntax", version = "0.1" }
|
||||
regex-syntax = { path = "regex-syntax", version = "0.2" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.3"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "regex-syntax"
|
||||
version = "0.1.3"
|
||||
version = "0.2.0"
|
||||
authors = ["The Rust Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/rust-lang/regex"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "regex_macros"
|
||||
version = "0.1.20"
|
||||
version = "0.1.21"
|
||||
authors = ["The Rust Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/rust-lang/regex"
|
||||
|
Loading…
x
Reference in New Issue
Block a user