From 518f308c53f3ba30626384d67f8347d0149dfd95 Mon Sep 17 00:00:00 2001 From: anweiss <2326106+anweiss@users.noreply.github.com> Date: Mon, 19 Sep 2022 11:45:58 -0400 Subject: [PATCH] remove wee-alloc --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45afe7ce..77616413 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,6 @@ crossterm = { version = "0.23.1", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.6" wasm-bindgen = { version = "0.2.75", features = ["serde-serialize"], optional = true } -wee_alloc = { version = "0.4.5", optional = true } [target.'cfg(target_arch = "wasm32")'.dev-dependencies] wasm-bindgen-test = "0.3.25"