Skip to content

Commit

Permalink
Enable futures on gloo.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Jul 19, 2022
1 parent 8bf99f3 commit 68fcea7
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 = "0.8"
gloo = { version = "0.8", features = ["futures"] }
gloo-utils = "0.1.0"
indexmap = { version = "1", features = ["std"] }
js-sys = "0.3"
Expand Down

0 comments on commit 68fcea7

Please sign in to comment.