Skip to content

Commit

Permalink
Remove futures feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Jul 21, 2022
1 parent 5f3b15d commit 9d4c6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.60.0"

[dependencies]
console_error_panic_hook = "0.1"
gloo = { version = "0.8", features = ["futures"] }
gloo = "0.8"
indexmap = { version = "1", features = ["std"] }
js-sys = "0.3"
slab = "0.4"
Expand Down

0 comments on commit 9d4c6d4

Please sign in to comment.