@@ -27,7 +27,7 @@ exclude = [
2727]
2828
2929[workspace .package ]
30- version  = " 0.9 .0" 
30+ version  = " 0.10 .0" 
3131edition  = " 2024" 
3232rust-version  = " 1.88" 
3333license  = " Apache-2.0" 
@@ -36,15 +36,15 @@ repository = "https://github.com/hyperlight-dev/hyperlight"
3636readme  = " README.md" 
3737
3838[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  }
4343hyperlight-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  }
4848
4949[workspace .lints .rust ]
5050unsafe_op_in_unsafe_fn  = " deny" 
0 commit comments