From 2666f87d6892887c4b334123f20cf04924a4e10f Mon Sep 17 00:00:00 2001 From: Matheus Cardoso Date: Sat, 11 Jul 2026 11:46:54 -0300 Subject: [PATCH] Remove duplicated wasmtime-core/std feature --- crates/wasmtime/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/wasmtime/Cargo.toml b/crates/wasmtime/Cargo.toml index cc14bdaf63f5..5ffa314aa9e0 100644 --- a/crates/wasmtime/Cargo.toml +++ b/crates/wasmtime/Cargo.toml @@ -327,7 +327,6 @@ std = [ 'once_cell', 'wasmtime-fiber?/std', 'pulley-interpreter/std', - 'wasmtime-core/std', 'addr2line?/std', "dep:rustix", "wasmtime-jit-icache-coherence",