Skip to content

Commit

Permalink
Bump futures-channel and futures-lite (#4379)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Dec 25, 2024
1 parent 130d2cf commit eb13ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/futures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ web-sys = { path = "../web-sys", version = "=0.3.76", default-features = false,
] }

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

[lints]
Expand Down

0 comments on commit eb13ae3

Please sign in to comment.