Skip to content

Commit

Permalink
remove sysinfo/linux-netdevs feature (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
shouya authored May 6, 2024
1 parent a4da192 commit 3dca22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eww/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3dca22d

Please sign in to comment.