mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -13,7 +13,7 @@ path = "lib.rs"
|
|||
cssparser = "0.22.0"
|
||||
euclid = "0.15"
|
||||
ipc-channel = "0.9"
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
|
||||
nonzero = {path = "../nonzero"}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -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" }
|
||||
|
|
|
@ -20,7 +20,7 @@ hyper_serde = "0.8"
|
|||
hyper-openssl = "0.2.2"
|
||||
immeta = "0.3.1"
|
||||
ipc-channel = "0.9"
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1"
|
||||
log = "0.3.5"
|
||||
matches = "0.1"
|
||||
mime = "0.2.1"
|
||||
|
|
|
@ -15,7 +15,7 @@ hyper = "0.10"
|
|||
hyper_serde = "0.8"
|
||||
image = "0.17"
|
||||
ipc-channel = "0.9"
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1"
|
||||
log = "0.3.5"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
|
||||
|
|
|
@ -10,6 +10,6 @@ name = "servo_rand"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1"
|
||||
log = "0.3"
|
||||
rand = "0.3"
|
||||
|
|
|
@ -10,6 +10,6 @@ name = "servo_remutex"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1"
|
||||
log = "0.3.5"
|
||||
nonzero = {path = "../nonzero"}
|
||||
|
|
|
@ -55,7 +55,7 @@ hyper_serde = "0.8"
|
|||
image = "0.17"
|
||||
ipc-channel = "0.9"
|
||||
jstraceable_derive = {path = "../jstraceable_derive"}
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1"
|
||||
libc = "0.2"
|
||||
log = "0.3.5"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
|
|
|
@ -44,7 +44,7 @@ hashglobe = { path = "../hashglobe" }
|
|||
html5ever = {version = "0.21", optional = true}
|
||||
itertools = "0.5"
|
||||
itoa = "0.3"
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1"
|
||||
log = "0.3"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
|
||||
|
@ -77,7 +77,7 @@ unicode-segmentation = "1.0"
|
|||
kernel32-sys = "0.2"
|
||||
|
||||
[build-dependencies]
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1"
|
||||
log = "0.3"
|
||||
bindgen = { version = "0.31.2", optional = true }
|
||||
regex = {version = "0.2", optional = true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue