File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " regex"
3- version = " 0.2.11 " # :version
3+ version = " 1.0.0 " # :version
44authors = [" The Rust Project Developers" ]
55license = " MIT/Apache-2.0"
66readme = " README.md"
@@ -30,7 +30,7 @@ memchr = "2.0.0"
3030# For managing regex caches quickly across multiple threads.
3131thread_local = " 0.3.2"
3232# For parsing regular expressions.
33- regex-syntax = { path = " regex-syntax" , version = " 0.5.6 " }
33+ regex-syntax = { path = " regex-syntax" , version = " 0.6.0 " }
3434# For compiling UTF-8 decoding into automata.
3535utf8-ranges = " 1.0.0"
3636
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ libc = "0.2"
1818onig = { version = " 3" , optional = true }
1919libpcre-sys = { version = " 0.2" , optional = true }
2020memmap = " 0.6"
21- regex = { version = " 0.2 .0" , path = " .." , features = [" unstable" ] }
22- regex-syntax = { version = " 0.5.6 " , path = " ../regex-syntax" }
21+ regex = { version = " 1.0 .0" , path = " .." , features = [" unstable" ] }
22+ regex-syntax = { version = " 0.6.0 " , path = " ../regex-syntax" }
2323serde = " 1"
2424serde_derive = " 1"
2525
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ crate-type = ["staticlib", "cdylib"]
1818
1919[dependencies ]
2020libc = " 0.2"
21- regex = { version = " 0.2 .0" , path = " .." }
21+ regex = { version = " 1.0 .0" , path = " .." }
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ workspace = ".."
1212
1313[dependencies ]
1414docopt = " 0.8"
15- regex = { version = " 0.2 " , path = " .." }
16- regex-syntax = { version = " 0.5.6 " , path = " ../regex-syntax" }
15+ regex = { version = " 1.0 " , path = " .." }
16+ regex-syntax = { version = " 0.6.0 " , path = " ../regex-syntax" }
1717serde = " 1"
1818serde_derive = " 1"
1919utf8-ranges = " 1"
Original file line number Diff line number Diff line change 11[package ]
22name = " regex-syntax"
3- version = " 0.5.6 " # :version
3+ version = " 0.6.0 " # :version
44authors = [" The Rust Project Developers" ]
55license = " MIT/Apache-2.0"
66repository = " https://github.com/rust-lang/regex"
You can’t perform that action at this time.
0 commit comments