From 46f5542c2a4c4ef5d19772e1f90cd9a15f6f7d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20=E2=80=98Twey=E2=80=99=20Kay?= Date: Tue, 2 Apr 2024 18:06:22 +0100 Subject: [PATCH] Don't require outdated `wasm-bindgen` feature from `uuid` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74a4b61..7f46d87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"