From 44d7ea7a097daab38f294d32572e44d06a2bf549 Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Mon, 26 Jul 2021 17:53:30 +0200 Subject: [PATCH] Fix wayland build by setting default-features=false in workspace member --- crates/eww/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }