Skip to content

Commit

Permalink
Enable tokio macros feature for examples
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Dec 15, 2024
1 parent 501073f commit fe3dbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dioxus-native = { path = "./packages/dioxus-native", features = ["tracing"] }
dioxus = { workspace = true }
euclid = { workspace = true }
reqwest = { workspace = true }
tokio = { workspace = true }
tokio = { workspace = true, features = ["macros"] }
ureq = { workspace = true }
image = { workspace = true }
png = "0.17"
Expand Down

0 comments on commit fe3dbbf

Please sign in to comment.