diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2019-01-13 21:46:40 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2019-01-13 21:59:31 +0100 |
commit | 122f8ed1bb4527373d850e9d17a7a3a64382ccff (patch) | |
tree | 2177169eb8213ef4f66096fca148ae554c1a480b /components/script | |
parent | 8101539c0ae1bcc755cf8da75e80a8ea30e39c0f (diff) | |
download | servo-122f8ed1bb4527373d850e9d17a7a3a64382ccff.tar.gz servo-122f8ed1bb4527373d850e9d17a7a3a64382ccff.zip |
Update references to malloc_size_of_derive, which is in crates.io now.
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index cc27ff73ea8..4d9bde6af9e 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -68,7 +68,7 @@ lazy_static = "1" libc = "0.2" 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" metrics = {path = "../metrics"} mitochondria = "1.1.2" mime = "0.3" |