Skip to content

Commit

Permalink
Fix feature flags for gloo-worker. (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo authored Jul 18, 2022
1 parent 270e736 commit 8772298
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ gloo-net = { version = "0.2", path = "crates/net" }

[features]
default = []
futures = ["gloo-timers/futures", "gloo-file/futures"]
futures = [
"gloo-timers/futures",
"gloo-file/futures",
"gloo-worker/futures"
]

[package.metadata.docs.rs]
features = ["futures"]
Expand Down

0 comments on commit 8772298

Please sign in to comment.