@@ -28,7 +28,7 @@ exclude = [
2828]
2929
3030[workspace .package ]
31- version = " 0.8 .0"
31+ version = " 0.9 .0"
3232edition = " 2024"
3333rust-version = " 1.86"
3434license = " Apache-2.0"
@@ -37,15 +37,15 @@ repository = "https://github.com/hyperlight-dev/hyperlight"
3737readme = " README.md"
3838
3939[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 }
4444hyperlight-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 }
4949
5050[workspace .lints .rust ]
5151unsafe_op_in_unsafe_fn = " deny"
0 commit comments