Skip to content

Commit d90cd90

Browse files
committed
Remove reference to hypleright-host executabe_heap feature
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent 491af5c commit d90cd90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ hyperlight-component-macro = { version = "0.15.0" }
1818
hyperlight-component-util = { version = "0.15.0" }
1919
hyperlight-guest = { version = "0.14.0" }
2020
hyperlight-guest-bin = { version = "0.14.0", features = [ "printf" ] }
21-
hyperlight-host = { version = "0.14.0", default-features = false, features = ["executable_heap"] }
21+
hyperlight-host = { version = "0.14.0", default-features = false }
2222
hyperlight-wasm-macro = { version = "0.14.0", path = "src/hyperlight_wasm_macro" }
2323
hyperlight-wasm-runtime = { version = "0.14.0", path = "src/hyperlight_wasm_runtime" }

0 commit comments

Comments
 (0)