diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 9c39a957796..f16fae3798a 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -46,7 +46,7 @@ indexmap = "1.0" itertools = "0.8" itoa = "0.4" lazy_static = "1" -log = "0.4" +log = { version = "0.4", features = ["std"] } malloc_size_of = { path = "../malloc_size_of" } malloc_size_of_derive = "0.1" matches = "0.1"