Skip to content

Commit 9d4c6d4

Browse files
committed
Remove futures feature.
1 parent 5f3b15d commit 9d4c6d4

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 = { version = "0.8", features = ["futures"] }
21+
gloo = "0.8"
2222
indexmap = { version = "1", features = ["std"] }
2323
js-sys = "0.3"
2424
slab = "0.4"

0 commit comments

Comments
 (0)