From 52fddf6450862ec60344a63a147c09e57837cc69 Mon Sep 17 00:00:00 2001 From: Robin Freyler Date: Thu, 4 Jul 2024 12:04:18 +0200 Subject: [PATCH] wasi-common: remove wasmtime dependency from sync crate feature --- crates/wasi-common/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/wasi-common/Cargo.toml b/crates/wasi-common/Cargo.toml index d15c0299488c..579d92f9f71e 100644 --- a/crates/wasi-common/Cargo.toml +++ b/crates/wasi-common/Cargo.toml @@ -79,7 +79,6 @@ wasmtime = [ # This feature enables an implementation of the Wasi traits for a # synchronous wasmtime embedding. sync = [ - "wasmtime", "dep:cap-fs-ext", "dep:cap-time-ext", "dep:fs-set-times",