Skip to content

Commit

Permalink
Bump wasm-streams dependency to 0.3 (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekPanyam committed Jul 8, 2023
1 parent 7ed8ecf commit 61b1b2b
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 @@ -165,7 +165,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.2", optional = true }
wasm-streams = { version = "0.3", optional = true }

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

0 comments on commit 61b1b2b

Please sign in to comment.