mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +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"
|
||||
rustc-serialize = "0.2"
|
||||
cookie="*"
|
||||
regex = "*"
|
||||
regex_macros = "*"
|
||||
regex = "0.1.14"
|
||||
regex_macros = "0.1.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue