mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Pin tokio to 1.20.1 to fix CI (#2866)
This commit is contained in:
parent
278d2ce08e
commit
a489690d99
@ -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 }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user