mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -23,7 +23,7 @@ html5ever = "0.21.0"
|
|||
ipc-channel = "0.9"
|
||||
layout = {path = "../layout"}
|
||||
layout_traits = {path = "../layout_traits"}
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1"
|
||||
libc = "0.2"
|
||||
log = "0.3.5"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue