From 517214673335b139824adeeab3a16e99d866c032 Mon Sep 17 00:00:00 2001 From: Pufferfish101007 <50246616+pufferfish101007@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:26:15 +0100 Subject: [PATCH] Don't use wasm-bindgen from git --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4c3b90..f82a474 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,9 +13,6 @@ indexmap = { version = "2.0.0", default-features = false } hashers = "1.0.1" uuid = { version = "1.4.1", default-features = false, features = ["v4", "js"] } -[patch.crates-io] -wasm-bindgen = { git = "https://github.com/rustwasm/wasm-bindgen.git" } - #[dev-dependencies] #reqwest = { version = "0.11", features = ["blocking"] }