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