mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update references to malloc_size_of_derive, which is in crates.io now.
This commit is contained in:
parent
8101539c0a
commit
122f8ed1bb
15 changed files with 33 additions and 31 deletions
|
@ -15,7 +15,7 @@ gfx_traits = {path = "../gfx_traits"}
|
|||
ipc-channel = "0.11"
|
||||
log = "0.4"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
|
||||
malloc_size_of_derive = "0.1"
|
||||
msg = {path = "../msg"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue