@@ -28,7 +28,7 @@ exclude = [
2828]
2929
3030[workspace .package ]
31- version = " 0.14 .0"
31+ version = " 0.15 .0"
3232edition = " 2024"
3333rust-version = " 1.89"
3434license = " Apache-2.0"
@@ -37,16 +37,16 @@ repository = "https://github.com/hyperlight-dev/hyperlight"
3737readme = " README.md"
3838
3939[workspace .dependencies ]
40- hyperlight-common = { path = " src/hyperlight_common" , version = " 0.14 .0" , default-features = false }
41- hyperlight-host = { path = " src/hyperlight_host" , version = " 0.14 .0" , default-features = false }
42- hyperlight-guest = { path = " src/hyperlight_guest" , version = " 0.14 .0" , default-features = false }
43- hyperlight-guest-bin = { path = " src/hyperlight_guest_bin" , version = " 0.14 .0" , default-features = false }
44- hyperlight-guest-macro = { path = " src/hyperlight_guest_macro" , version = " 0.14 .0" , default-features = false }
40+ hyperlight-common = { path = " src/hyperlight_common" , version = " 0.15 .0" , default-features = false }
41+ hyperlight-host = { path = " src/hyperlight_host" , version = " 0.15 .0" , default-features = false }
42+ hyperlight-guest = { path = " src/hyperlight_guest" , version = " 0.15 .0" , default-features = false }
43+ hyperlight-guest-bin = { path = " src/hyperlight_guest_bin" , version = " 0.15 .0" , default-features = false }
44+ hyperlight-guest-macro = { path = " src/hyperlight_guest_macro" , version = " 0.15 .0" , default-features = false }
4545hyperlight-testing = { path = " src/hyperlight_testing" , default-features = false }
46- hyperlight-guest-tracing = { path = " src/hyperlight_guest_tracing" , version = " 0.14 .0" , default-features = false }
47- hyperlight-libc = { path = " src/hyperlight_libc" , version = " 0.14 .0" , default-features = false }
48- hyperlight-component-util = { path = " src/hyperlight_component_util" , version = " 0.14 .0" , default-features = false }
49- hyperlight-component-macro = { path = " src/hyperlight_component_macro" , version = " 0.14 .0" , default-features = false }
46+ hyperlight-guest-tracing = { path = " src/hyperlight_guest_tracing" , version = " 0.15 .0" , default-features = false }
47+ hyperlight-libc = { path = " src/hyperlight_libc" , version = " 0.15 .0" , default-features = false }
48+ hyperlight-component-util = { path = " src/hyperlight_component_util" , version = " 0.15 .0" , default-features = false }
49+ hyperlight-component-macro = { path = " src/hyperlight_component_macro" , version = " 0.15 .0" , default-features = false }
5050
5151[workspace .lints .rust ]
5252unsafe_op_in_unsafe_fn = " deny"
0 commit comments