We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491af5c commit d90cd90Copy full SHA for d90cd90
1 file changed
Cargo.toml
@@ -18,6 +18,6 @@ hyperlight-component-macro = { version = "0.15.0" }
18
hyperlight-component-util = { version = "0.15.0" }
19
hyperlight-guest = { version = "0.14.0" }
20
hyperlight-guest-bin = { version = "0.14.0", features = [ "printf" ] }
21
-hyperlight-host = { version = "0.14.0", default-features = false, features = ["executable_heap"] }
+hyperlight-host = { version = "0.14.0", default-features = false }
22
hyperlight-wasm-macro = { version = "0.14.0", path = "src/hyperlight_wasm_macro" }
23
hyperlight-wasm-runtime = { version = "0.14.0", path = "src/hyperlight_wasm_runtime" }
0 commit comments