mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #19487 - Eijebong:bump, r=jdm
Update lazy_static to 1.0 For now it'll be duplicated <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19487) <!-- Reviewable:end -->
This commit is contained in:
commit
e2a7360e17
12 changed files with 45 additions and 38 deletions
|
@ -13,7 +13,7 @@ path = "lib.rs"
|
|||
cssparser = "0.23.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"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue