From 0fbdd307f8646ed73880c550fc635136bb0ab30d Mon Sep 17 00:00:00 2001 From: Neal Fachan Date: Tue, 30 Jul 2024 09:03:31 -0700 Subject: [PATCH] Remove wasm garbage from Cargo.toml. --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a5871429..abcb03f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -151,7 +151,3 @@ wasm-bindgen-futures = "0.4" wasm-logger = "0.2" xdg = "2.5.2" zerocopy = { version = "0.7", features = ["derive"] } -[profile.wasm_dev] -inherits = "dev" -[profile.wasm_release] -inherits = "release"