Skip to content

Commit eb13ae3

Browse files
authored
Bump futures-channel and futures-lite (#4379)
1 parent 130d2cf commit eb13ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/futures/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ web-sys = { path = "../web-sys", version = "=0.3.76", default-features = false,
3535
] }
3636

3737
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
38-
futures-channel-preview = { version = "0.3.0-alpha.18" }
39-
futures-lite = { version = "1.11.3", default-features = false }
38+
futures-channel = "0.3"
39+
futures-lite = { version = "2", default-features = false }
4040
wasm-bindgen-test = { path = '../test' }
4141

4242
[lints]

0 commit comments

Comments
 (0)