mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Drop style_traits's unused dependency on num.
This commit is contained in:
parent
91a29b6f92
commit
ff042fdf9c
5 changed files with 0 additions and 5 deletions
1
components/servo/Cargo.lock
generated
1
components/servo/Cargo.lock
generated
|
@ -2080,7 +2080,6 @@ dependencies = [
|
|||
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"plugins 0.0.1",
|
||||
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"selectors 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -21,7 +21,6 @@ heapsize = "0.3.0"
|
|||
heapsize_plugin = "0.1.2"
|
||||
lazy_static = "0.1.10"
|
||||
log = "0.3.5"
|
||||
num = "0.1.24"
|
||||
rustc-serialize = "0.3"
|
||||
selectors = {version = "0.5", features = ["heap_size"]}
|
||||
serde = "0.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue