@@ -25,7 +25,7 @@ exclude = [
2525]
2626
2727[workspace .package ]
28- version = " 0.6.0 "
28+ version = " 0.6.1 "
2929edition = " 2024"
3030rust-version = " 1.85"
3131license = " Apache-2.0"
@@ -34,13 +34,13 @@ repository = "https://github.com/hyperlight-dev/hyperlight"
3434readme = " README.md"
3535
3636[workspace .dependencies ]
37- hyperlight-common = { path = " src/hyperlight_common" , version = " 0.6.0 " , default-features = false }
38- hyperlight-host = { path = " src/hyperlight_host" , version = " 0.6.0 " , default-features = false }
39- hyperlight-guest = { path = " src/hyperlight_guest" , version = " 0.6.0 " , default-features = false }
40- hyperlight-guest-bin = { path = " src/hyperlight_guest_bin" , version = " 0.6.0 " , default-features = false }
41- hyperlight-testing = { path = " src/hyperlight_testing" , version = " 0.6.0 " , default-features = false }
42- hyperlight-component-util = { path = " src/hyperlight_component_util" , version = " 0.6.0 " , default-features = false }
43- hyperlight-component-macro = { path = " src/hyperlight_component_macro" , version = " 0.6.0 " , default-features = false }
37+ hyperlight-common = { path = " src/hyperlight_common" , version = " 0.6.1 " , default-features = false }
38+ hyperlight-host = { path = " src/hyperlight_host" , version = " 0.6.1 " , default-features = false }
39+ hyperlight-guest = { path = " src/hyperlight_guest" , version = " 0.6.1 " , default-features = false }
40+ hyperlight-guest-bin = { path = " src/hyperlight_guest_bin" , version = " 0.6.1 " , default-features = false }
41+ hyperlight-testing = { path = " src/hyperlight_testing" , default-features = false }
42+ hyperlight-component-util = { path = " src/hyperlight_component_util" , version = " 0.6.1 " , default-features = false }
43+ hyperlight-component-macro = { path = " src/hyperlight_component_macro" , version = " 0.6.1 " , default-features = false }
4444
4545[workspace .lints .rust ]
4646unsafe_op_in_unsafe_fn = " deny"
0 commit comments