@@ -28,7 +28,7 @@ exclude = [
28
28
]
29
29
30
30
[workspace .package ]
31
- version = " 0.8 .0"
31
+ version = " 0.9 .0"
32
32
edition = " 2024"
33
33
rust-version = " 1.86"
34
34
license = " Apache-2.0"
@@ -37,15 +37,15 @@ repository = "https://github.com/hyperlight-dev/hyperlight"
37
37
readme = " README.md"
38
38
39
39
[workspace .dependencies ]
40
- hyperlight-common = { path = " src/hyperlight_common" , version = " 0.8 .0" , default-features = false }
41
- hyperlight-host = { path = " src/hyperlight_host" , version = " 0.8 .0" , default-features = false }
42
- hyperlight-guest = { path = " src/hyperlight_guest" , version = " 0.8 .0" , default-features = false }
43
- hyperlight-guest-bin = { path = " src/hyperlight_guest_bin" , version = " 0.8 .0" , default-features = false }
40
+ hyperlight-common = { path = " src/hyperlight_common" , version = " 0.9 .0" , default-features = false }
41
+ hyperlight-host = { path = " src/hyperlight_host" , version = " 0.9 .0" , default-features = false }
42
+ hyperlight-guest = { path = " src/hyperlight_guest" , version = " 0.9 .0" , default-features = false }
43
+ hyperlight-guest-bin = { path = " src/hyperlight_guest_bin" , version = " 0.9 .0" , default-features = false }
44
44
hyperlight-testing = { path = " src/hyperlight_testing" , default-features = false }
45
- hyperlight-guest-tracing = { path = " src/hyperlight_guest_tracing" , version = " 0.8 .0" , default-features = false }
46
- hyperlight-guest-tracing-macro = { path = " src/hyperlight_guest_tracing_macro" , version = " 0.8 .0" , default-features = false }
47
- hyperlight-component-util = { path = " src/hyperlight_component_util" , version = " 0.8 .0" , default-features = false }
48
- hyperlight-component-macro = { path = " src/hyperlight_component_macro" , version = " 0.8 .0" , default-features = false }
45
+ hyperlight-guest-tracing = { path = " src/hyperlight_guest_tracing" , version = " 0.9 .0" , default-features = false }
46
+ hyperlight-guest-tracing-macro = { path = " src/hyperlight_guest_tracing_macro" , version = " 0.9 .0" , default-features = false }
47
+ hyperlight-component-util = { path = " src/hyperlight_component_util" , version = " 0.9 .0" , default-features = false }
48
+ hyperlight-component-macro = { path = " src/hyperlight_component_macro" , version = " 0.9 .0" , default-features = false }
49
49
50
50
[workspace .lints .rust ]
51
51
unsafe_op_in_unsafe_fn = " deny"
0 commit comments