Skip to content

Commit 68fcea7

Browse files
committed
Enable futures on gloo.
1 parent 8bf99f3 commit 68fcea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/yew/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.60.0"
1818

1919
[dependencies]
2020
console_error_panic_hook = "0.1"
21-
gloo = "0.8"
21+
gloo = { version = "0.8", features = ["futures"] }
2222
gloo-utils = "0.1.0"
2323
indexmap = { version = "1", features = ["std"] }
2424
js-sys = "0.3"

0 commit comments

Comments
 (0)