Skip to content

Commit c84be10

Browse files
committed
bump hyperlight core to 0.6.1
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 84a4b6a commit c84be10

5 files changed

Lines changed: 61 additions & 48 deletions

File tree

Cargo.lock

Lines changed: 48 additions & 34 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +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", default-features = false, features = ["executable_heap"] }
8-
hyperlight-host = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "6c301e3202e6dd27b89bea2747b7b42bf9949a39", default-features = false, features = ["executable_heap"] }
7+
hyperlight-host = { version = "0.6.1", default-features = false, features = ["executable_heap"] }

src/hyperlight_wasm_macro/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +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" }
21-
hyperlight-component-util = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "6c301e3202e6dd27b89bea2747b7b42bf9949a39" }
20+
hyperlight-component-util = { version = "0.6.1" }

src/wasm_runtime/Cargo.lock

Lines changed: 8 additions & 4 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ doctest = false
1111
bench = false
1212

1313
[dependencies]
14-
#hyperlight-common = { version = "0.6", default-features = false }
15-
#hyperlight-guest-bin = { version = "0.6", features = [ "printf" ] }
16-
#hyperlight-guest = { version = "0.6" }
17-
hyperlight-common = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "6c301e3202e6dd27b89bea2747b7b42bf9949a39", default-features = false }
18-
hyperlight-guest-bin = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "6c301e3202e6dd27b89bea2747b7b42bf9949a39", features = [ "printf" ] }
19-
hyperlight-guest = { git = "https://github.com/hyperlight-dev/hyperlight.git", rev = "6c301e3202e6dd27b89bea2747b7b42bf9949a39" }
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" }
2017
wasmtime = { version = "30.0.2", default-features = false, features = [ "runtime", "custom-virtual-memory", "custom-native-signals", "component-model" ] }
2118
hyperlight-wasm-macro = { path = "../hyperlight_wasm_macro" }
2219
spin = "0.9.8"

0 commit comments

Comments
 (0)