Skip to content

Commit f1d2919

Browse files
committed
chore: remove futures-signals
1 parent d954121 commit f1d2919

File tree

2 files changed

+2
-40
lines changed

2 files changed

+2
-40
lines changed

Cargo.lock

Lines changed: 0 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ music = []
9393
"music+mpris" = ["music", "mpris"]
9494
"music+mpd" = ["music", "mpd-utils"]
9595

96-
network_manager = ["futures-lite", "futures-signals", "zbus"]
96+
network_manager = ["futures-lite", "zbus"]
9797

9898
notifications = ["zbus"]
9999

@@ -176,9 +176,6 @@ evdev-rs = { version = "0.6.3", optional = true }
176176
mpd-utils = { version = "0.2.1", optional = true }
177177
mpris = { version = "2.0.1", optional = true }
178178

179-
# network_manager
180-
futures-signals = { version = "0.3.34", optional = true }
181-
182179
# sys_info
183180
sysinfo = { version = "0.37.2", optional = true }
184181

@@ -198,4 +195,4 @@ serde_json = { version = "1.0.145", optional = true } # ipc, niri
198195

199196
# extras
200197
schemars = { version = "1.0.4", optional = true, features = ["indexmap2"] }
201-
clap_complete = { version = "4.5.59", optional = true }
198+
clap_complete = { version = "4.5.59", optional = true }

0 commit comments

Comments
 (0)