diff --git a/crates/eww/Cargo.toml b/crates/eww/Cargo.toml index 35e2ce6a..4be10a96 100644 --- a/crates/eww/Cargo.toml +++ b/crates/eww/Cargo.toml @@ -38,7 +38,7 @@ clap = {version = "4.1", features = ["derive"] } serde = {version = "1.0", features = ["derive"]} serde_json = "1.0" extend = "1.2" -grass = {version = "0.12.3", default-features = false} +grass = "0.12.3" itertools = "0.10" log = "0.4" pretty_env_logger = "0.4"