Skip to content

Commit 74e29db

Browse files
committed
bump hyperlight core to 0.7.0
Signed-off-by: Jorge Prendes <[email protected]>
1 parent df2518d commit 74e29db

File tree

6 files changed

+54
-47
lines changed

6 files changed

+54
-47
lines changed

Cargo.lock

Lines changed: 35 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ exclude = [ "src/wasm_runtime", "src/rust_wasm_samples", "src/hyperlight_wasm_m
44
resolver = "2"
55

66
[workspace.dependencies]
7-
hyperlight-host = { version = "0.6.1", default-features = false, features = ["executable_heap"] }
7+
hyperlight-host = { version = "0.7.0", default-features = false, features = ["executable_heap", "init-paging"] }

src/hyperlight_wasm_macro/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_wasm_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ proc-macro2 = { version = "1.0.93" }
1717
syn = { version = "2.0.96" }
1818
itertools = { version = "0.14.0" }
1919
prettyplease = { version = "0.2.31" }
20-
hyperlight-component-util = { version = "0.6.1" }
20+
hyperlight-component-util = { version = "0.7.0" }

src/wasm_runtime/Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wasm_runtime/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ doctest = false
1111
bench = false
1212

1313
[dependencies]
14-
hyperlight-common = { version = "0.6.1", default-features = false }
15-
hyperlight-guest-bin = { version = "0.6.1", features = [ "printf" ] }
16-
hyperlight-guest = { version = "0.6.1" }
14+
hyperlight-common = { version = "0.7.0", default-features = false }
15+
hyperlight-guest-bin = { version = "0.7.0", features = [ "printf" ] }
16+
hyperlight-guest = { version = "0.7.0" }
1717
wasmtime = { version = "34.0.1", default-features = false, features = [ "runtime", "custom-virtual-memory", "custom-native-signals", "component-model" ] }
1818
hyperlight-wasm-macro = { path = "../hyperlight_wasm_macro" }
1919
spin = "0.9.8"

0 commit comments

Comments
 (0)