Skip to content

Commit

Permalink
Adjust feature flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Jul 6, 2022
1 parent 2c318a1 commit 214b140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/yew/Cargo.toml
Expand Up @@ -95,7 +95,7 @@ features = [
]

[features]
tokio = ["tokio/rt", "dep:num_cpus", "dep:tokio-util"]
tokio = ["tokio/rt", "tokio/time", "dep:num_cpus", "dep:tokio-util"]
ssr = ["dep:html-escape", "dep:base64ct", "dep:bincode"]
csr = []
hydration = ["csr", "dep:bincode"]
Expand Down
2 changes: 1 addition & 1 deletion tools/benchmark-ssr/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
yew = { path = "../../packages/yew", features = ["tokio", "ssr"] }
function_router = { path = "../../examples/function_router" }
tokio = { version = "1.19", features = ["full"] }
tokio = { version = "1.19", features = ["macros", "rt-multi-thread", "parking_lot"] }
jemallocator = "0.5.0"
average = "0.13.1"
tabled = "0.7.0"
Expand Down

0 comments on commit 214b140

Please sign in to comment.