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"