Skip to content

Commit

Permalink
Don't require outdated wasm-bindgen feature from uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
Twey committed Apr 2, 2024
1 parent effcdad commit 46f5542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -51,7 +51,7 @@ cfg-if = "1.0.0"
delegate-display = "2"
fancy_constructor = "1.2.2"
js-sys = "0.3.64"
uuid = {version = "1.5.0", features = ["v4", "wasm-bindgen", "js"]}
uuid = {version = "1.5.0", features = ["v4", "js"]}
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.37"

Expand Down

0 comments on commit 46f5542

Please sign in to comment.