diff --git a/crates/eww/Cargo.toml b/crates/eww/Cargo.toml index 42dee41..f18f26d 100644 --- a/crates/eww/Cargo.toml +++ b/crates/eww/Cargo.toml @@ -70,7 +70,7 @@ notify = "5.0.0-pre.7" codespan-reporting = "0.11" simplexpr = { path = "../simplexpr" } -yuck = { path = "../yuck" } +yuck = { path = "../yuck", default-features = false} eww_shared_util = { path = "../eww_shared_util" }