mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Update lazy_static to 1.0
For now it'll be duplicated
This commit is contained in:
parent
9f117ae0ab
commit
c3f919ec0e
12 changed files with 45 additions and 38 deletions
|
@ -12,7 +12,7 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
euclid = "0.15"
|
||||
getopts = "0.2.11"
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1"
|
||||
log = "0.3.5"
|
||||
num_cpus = "1.1.0"
|
||||
rustc-serialize = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue