From d1be6100d61b4723b9daa67928a136fc04affaa9 Mon Sep 17 00:00:00 2001 From: yavko Date: Sat, 17 Jun 2023 21:03:21 -0700 Subject: [PATCH] build: update hyprland-rs to `0.3.8`, enable silent feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43ad152..5f1e471 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,7 @@ zbus = { version = "3.14.1", optional = true } # workspaces swayipc-async = { version = "2.0.1", optional = true } -hyprland = { version = "0.3.8", optional = true } +hyprland = { version = "0.3.8", features = ["silent"], optional = true } futures-util = { version = "0.3.21", optional = true } # shared