Skip to content

Commit 6a0497d

Browse files
committed
update hyperlight dependencies to 0.8.0
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 7525c72 commit 6a0497d

File tree

7 files changed

+334
-150
lines changed

7 files changed

+334
-150
lines changed

Cargo.lock

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

Cargo.toml

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

66
[workspace.package]
7-
version = "0.7.0"
7+
version = "0.8.0"
88
edition = "2024"
99
rust-version = "1.86"
1010
license = "Apache-2.0"
@@ -13,4 +13,4 @@ repository = "https://github.com/hyperlight-dev/hyperlight-wasm"
1313
readme = "README.md"
1414

1515
[workspace.dependencies]
16-
hyperlight-host = { version = "0.7.0", git = "https://github.com/hyperlight-dev/hyperlight", rev = "ea6fa8f", default-features = false, features = ["executable_heap", "init-paging"] }
16+
hyperlight-host = { version = "0.8.0", default-features = false, features = ["executable_heap", "init-paging"] }

src/hyperlight_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ windows = { version = "0.61", features = ["Win32_System_Threading"] }
5858
page_size = "0.6.0"
5959

6060
[dev-dependencies]
61-
hyperlight-component-macro = { version = "0.7.0", git = "https://github.com/hyperlight-dev/hyperlight", rev = "b61265e4aa9e2ecf8d648b994022caeea0205352" }
61+
hyperlight-component-macro = { version = "0.8.0" }
6262
examples_common = { path = "../examples_common" }
6363
criterion = { version = "0.7.0", features = ["html_reports"] }
6464
crossbeam-queue = "0.3"

src/hyperlight_wasm_macro/Cargo.lock

Lines changed: 1 addition & 1 deletion
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlight-wasm-macro"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2024"
55
description = """
66
Procedural macros to generate Hyperlight Wasm host and guest bindings from component types
@@ -16,4 +16,4 @@ proc-macro2 = { version = "1.0.93" }
1616
syn = { version = "2.0.96" }
1717
itertools = { version = "0.14.0" }
1818
prettyplease = { version = "0.2.31" }
19-
hyperlight-component-util = { version = "0.7.0", git = "https://github.com/hyperlight-dev/hyperlight", rev = "b61265e4aa9e2ecf8d648b994022caeea0205352" }
19+
hyperlight-component-util = { version = "0.8.0" }

0 commit comments

Comments
 (0)