diff options
Diffstat (limited to 'components/style/Cargo.toml')
-rw-r--r-- | components/style/Cargo.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 563c7ed0967..7576ec4b7ea 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -13,7 +13,7 @@ path = "lib.rs" doctest = false [features] -gecko = ["nsstring_vendor", "num_cpus", "rayon/unstable"] +gecko = ["nsstring_vendor", "rayon/unstable"] use_bindgen = ["bindgen", "regex"] servo = ["serde/unstable", "serde", "serde_derive", "heapsize_derive", "style_traits/servo", "servo_atoms", "html5ever-atoms", @@ -57,10 +57,6 @@ servo_url = {path = "../url"} time = "0.1" unicode-segmentation = "1.0" -[dependencies.num_cpus] -optional = true -version = "1.0" - [target.'cfg(windows)'.dependencies] kernel32-sys = "0.2" |