Skip to content

Commit 2452290

Browse files
committed
chore: remove all tokio feature
1 parent f790a26 commit 2452290

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

Cargo.lock

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

iced_examples/zbus_invoked_widget/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ keywords.workspace = true
1010
readme.workspace = true
1111

1212
[dependencies]
13-
iced = { workspace = true, features = ["tokio"] }
13+
iced.workspace = true
1414
iced_runtime.workspace = true
1515
iced_layershell.workspace = true
1616

17-
zbus = { version = "5.4.0", default-features = false, features = ["tokio"] }
17+
zbus = "5.5.0"
1818
futures = "0.3.31"

0 commit comments

Comments
 (0)