diff --git a/crates/eww/Cargo.toml b/crates/eww/Cargo.toml index f916499..40c709b 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