From 3dca22deb13ba75d417eebf2d88e2b7dc21ed65a Mon Sep 17 00:00:00 2001 From: shouya <526598+shouya@users.noreply.github.com> Date: Mon, 6 May 2024 21:05:32 +0900 Subject: [PATCH] remove sysinfo/linux-netdevs feature (#1096) --- 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 f916499c..40c709b4 100644 --- a/crates/eww/Cargo.toml +++ b/crates/eww/Cargo.toml @@ -61,7 +61,7 @@ regex.workspace = true serde_json.workspace = true serde = {workspace = true, features = ["derive"]} simple-signal.workspace = true -sysinfo = { workspace = true, features = ["linux-netdevs"] } +sysinfo = { workspace = true } tokio-util.workspace = true tokio = { workspace = true, features = ["full"] } unescape.workspace = true