Skip to content

Commit

Permalink
Pin tokio to 1.20.1 to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza1311 committed Sep 10, 2022
1 parent 278d2ce commit ce09802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ wasm-bindgen-futures = "0.4"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
num_cpus = { version = "1.13", optional = true }
once_cell = "1"
tokio = { version = "1.19", features = ["rt", "time"], optional = true }
tokio = { version = "=1.20.1", features = ["rt", "time"], optional = true }
tokio-stream = { version = "0.1", features = ["time"], optional = true }
tokio-util = { version = "0.7", features = ["rt"], optional = true }

Expand Down

0 comments on commit ce09802

Please sign in to comment.