Update lazy_static to 1.0

For now it'll be duplicated
This commit is contained in:
Bastien Orivel 2017-12-04 22:39:31 +01:00
parent 9f117ae0ab
commit c3f919ec0e
12 changed files with 45 additions and 38 deletions

View file

@ -22,7 +22,7 @@ fontsan = {git = "https://github.com/servo/fontsan"}
gfx_traits = {path = "../gfx_traits"}
harfbuzz-sys = "0.1"
ipc-channel = "0.9"
lazy_static = "0.2"
lazy_static = "1"
libc = "0.2"
log = "0.3.5"
malloc_size_of = { path = "../malloc_size_of" }