From 968da1081d0064aa378c3564d856b18e182d19e7 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Tue, 5 Sep 2023 21:01:09 +0200 Subject: [PATCH] chore: fix wasi-http feature prtest:full --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4072f96e143f..5e79014730e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -274,7 +274,7 @@ jitdump = ["wasmtime/jitdump"] vtune = ["wasmtime/vtune"] wasi-nn = ["dep:wasmtime-wasi-nn"] wasi-threads = ["dep:wasmtime-wasi-threads"] -wasi-http = ["dep:wasmtime-wasi-http", "wasmtime-wasi-http/sync"] +wasi-http = ["dep:wasmtime-wasi-http", "wasmtime-wasi-http?/sync"] pooling-allocator = ["wasmtime/pooling-allocator", "wasmtime-cli-flags/pooling-allocator"] all-arch = ["wasmtime/all-arch"] component-model = [