File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ repository = "https://github.com/hyperlight-dev/hyperlight-wasm"
1313readme = " README.md"
1414
1515[workspace .dependencies ]
16- hyperlight-common = { version = " 0.13.1 " , default-features = false }
17- hyperlight-component-macro = { version = " 0.13.1 " }
18- hyperlight-component-util = { version = " 0.13.1 " }
19- hyperlight-guest = { version = " 0.13.1 " }
20- hyperlight-guest-bin = { version = " 0.13.1 " , features = [ " printf" ] }
21- hyperlight-host = { version = " 0.13.1 " , default-features = false , features = [" executable_heap" ] }
16+ hyperlight-common = { version = " 0.14.0 " , default-features = false }
17+ hyperlight-component-macro = { version = " 0.14.0 " }
18+ hyperlight-component-util = { version = " 0.14.0 " }
19+ hyperlight-guest = { version = " 0.14.0 " }
20+ hyperlight-guest-bin = { version = " 0.14.0 " , features = [ " printf" ] }
21+ hyperlight-host = { version = " 0.14.0 " , default-features = false , features = [" executable_heap" ] }
2222hyperlight-wasm-macro = { version = " 0.13.1" , path = " src/hyperlight_wasm_macro" }
2323hyperlight-wasm-runtime = { version = " 0.13.1" , path = " src/hyperlight_wasm_runtime" }
You can’t perform that action at this time.
0 commit comments