mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update regex to 1.0
This commit is contained in:
parent
c90737e6c8
commit
1766867cf4
6 changed files with 60 additions and 50 deletions
|
@ -77,7 +77,7 @@ kernel32-sys = "0.2"
|
|||
[build-dependencies]
|
||||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
bindgen = { version = "0.36", optional = true, default-features = false }
|
||||
regex = {version = "0.2", optional = true}
|
||||
bindgen = { version = "0.37", optional = true, default-features = false }
|
||||
regex = {version = "1.0", optional = true}
|
||||
walkdir = "2.1.4"
|
||||
toml = {version = "0.4.5", optional = true, default-features = false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue