mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Specify regex and regex_macros version numbers
For compatibility with current Rust version. Issue #5063
This commit is contained in:
parent
0faa55d2ce
commit
70aa253a65
3 changed files with 22 additions and 2 deletions
|
@ -29,5 +29,5 @@ time = "0.1.17"
|
||||||
openssl="0.3.1"
|
openssl="0.3.1"
|
||||||
rustc-serialize = "0.2"
|
rustc-serialize = "0.2"
|
||||||
cookie="*"
|
cookie="*"
|
||||||
regex = "*"
|
regex = "0.1.14"
|
||||||
regex_macros = "*"
|
regex_macros = "0.1.8"
|
||||||
|
|
10
ports/cef/Cargo.lock
generated
10
ports/cef/Cargo.lock
generated
|
@ -621,6 +621,8 @@ dependencies = [
|
||||||
"hyper 0.1.10 (git+https://github.com/servo/hyper?branch=servo)",
|
"hyper 0.1.10 (git+https://github.com/servo/hyper?branch=servo)",
|
||||||
"openssl 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"openssl 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
||||||
|
"regex 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"regex_macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)",
|
"stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)",
|
||||||
"time 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
"time 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -710,6 +712,14 @@ name = "regex"
|
||||||
version = "0.1.14"
|
version = "0.1.14"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "regex_macros"
|
||||||
|
version = "0.1.8"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
dependencies = [
|
||||||
|
"regex 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustc-serialize"
|
name = "rustc-serialize"
|
||||||
version = "0.2.12"
|
version = "0.2.12"
|
||||||
|
|
10
ports/gonk/Cargo.lock
generated
10
ports/gonk/Cargo.lock
generated
|
@ -532,6 +532,8 @@ dependencies = [
|
||||||
"hyper 0.1.10 (git+https://github.com/servo/hyper?branch=servo)",
|
"hyper 0.1.10 (git+https://github.com/servo/hyper?branch=servo)",
|
||||||
"openssl 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"openssl 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
||||||
|
"regex 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
"regex_macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)",
|
"stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)",
|
||||||
"time 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
"time 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -621,6 +623,14 @@ name = "regex"
|
||||||
version = "0.1.14"
|
version = "0.1.14"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "regex_macros"
|
||||||
|
version = "0.1.8"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
dependencies = [
|
||||||
|
"regex 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustc-serialize"
|
name = "rustc-serialize"
|
||||||
version = "0.2.12"
|
version = "0.2.12"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue