Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Oct 7, 2023
1 parent 7751f2b commit 2f24e0d
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 @@ -20,7 +20,7 @@ crate-type = ["cdylib", "rlib"]
js-sys = "^0.3.64"
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "^0.4.37"
futures-util = { version = "0.3.28", features = ["io", "sink"] }
futures-util = { version = "^0.3.28", features = ["io", "sink"] }

[dependencies.web-sys]
version = "^0.3.64"
Expand Down

0 comments on commit 2f24e0d

Please sign in to comment.