From d90cd90f459ec26743785ecaca7eb6367a054d16 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Tue, 9 Jun 2026 11:04:38 +0100 Subject: [PATCH] Remove reference to hypleright-host executabe_heap feature Signed-off-by: Simon Davies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b9f11a2..1b6add49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,6 @@ hyperlight-component-macro = { version = "0.15.0" } hyperlight-component-util = { version = "0.15.0" } hyperlight-guest = { version = "0.14.0" } hyperlight-guest-bin = { version = "0.14.0", features = [ "printf" ] } -hyperlight-host = { version = "0.14.0", default-features = false, features = ["executable_heap"] } +hyperlight-host = { version = "0.14.0", default-features = false } hyperlight-wasm-macro = { version = "0.14.0", path = "src/hyperlight_wasm_macro" } hyperlight-wasm-runtime = { version = "0.14.0", path = "src/hyperlight_wasm_runtime" }