Skip to content

Commit

Permalink
update wasm-streams dependency (#2114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraef committed Jan 29, 2024
1 parent 87cdf12 commit 1bd939b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ js-sys = "0.3.45"
serde_json = "1.0"
wasm-bindgen = "0.2.68"
wasm-bindgen-futures = "0.4.18"
wasm-streams = { version = "0.3", optional = true }
wasm-streams = { version = "0.4", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3.25"
Expand Down

0 comments on commit 1bd939b

Please sign in to comment.