@@ -21,20 +21,18 @@ hyperlight-sandbox = { path = "src/hyperlight_sandbox" }
2121hyperlight-javascript-sandbox = { path = " src/javascript_sandbox" }
2222hyperlight-wasm-sandbox = { path = " src/wasm_sandbox" }
2323hyperlight-sandbox-pyo3-common = { path = " src/sdk/python/pyo3_common" }
24- hyperlight-common = { version = " 0.14.0" , default-features = false }
25- hyperlight-component-macro = { version = " 0.14.0" }
26- hyperlight-host = { version = " 0.14.0" , default-features = false , features = [" executable_heap" ] }
27- hyperlight-wasm = { git = " https://github.com/jsturtevant/hyperlight-wasm" , rev = " 13906096edc2e014220c11a040242070ce6dee90" } # branch util-compont-fixes
24+ hyperlight-common = { version = " 0.15.0" , default-features = false }
25+ hyperlight-component-macro = { version = " 0.15.0" }
26+ hyperlight-host = { version = " 0.15.0" , default-features = false , features = [" executable_heap" ] }
27+ # https://github.com/jsturtevant/hyperlight-wasm/tree/sandbox-component-bindgen-prs
28+ hyperlight-wasm = { git = " https://github.com/jsturtevant/hyperlight-wasm" , rev = " 6618cabb1c52ad9469d6e2600c761a5b9060f772" }
2829pyo3 = { version = " 0.29" , features = [" extension-module" ] }
2930
30- # hyperlight-wasm 0.13.1 (git) depends on hyperlight-* from the hyperlight-dev
31- # GitHub org. Redirect those to the published 0.14.0 crates.io versions.
32- [patch ."https://github .com/hyperlight-dev/hyperlight" ]
33- hyperlight-common = { version = " 0.14.0" }
34- hyperlight-guest = { version = " =0.14.0" }
35- hyperlight-guest-bin = { version = " =0.14.0" }
36- hyperlight-host = { version = " 0.14.0" }
37- hyperlight-component-util = { git = " https://github.com/jsturtevant/hyperlight-1" , rev =" cdbed80af127b4d74e2633511cadb07bfea0160e" , package = " hyperlight-component-util" }
38-
3931[patch .crates-io ]
40- hyperlight-component-util = { git = " https://github.com/jsturtevant/hyperlight-1" , rev =" cdbed80af127b4d74e2633511cadb07bfea0160e" , package = " hyperlight-component-util" }
32+ # https://github.com/jsturtevant/hyperlight-1/tree/sandbox-component-bindgen-prs
33+ hyperlight-common = { git = " https://github.com/jsturtevant/hyperlight-1" , rev = " 0fedd53253cc8b84f9d3e341bea181fd8db204d5" , package = " hyperlight-common" }
34+ hyperlight-component-macro = { git = " https://github.com/jsturtevant/hyperlight-1" , rev = " 0fedd53253cc8b84f9d3e341bea181fd8db204d5" , package = " hyperlight-component-macro" }
35+ hyperlight-component-util = { git = " https://github.com/jsturtevant/hyperlight-1" , rev = " 0fedd53253cc8b84f9d3e341bea181fd8db204d5" , package = " hyperlight-component-util" }
36+ hyperlight-guest = { git = " https://github.com/jsturtevant/hyperlight-1" , rev = " 0fedd53253cc8b84f9d3e341bea181fd8db204d5" , package = " hyperlight-guest" }
37+ hyperlight-guest-bin = { git = " https://github.com/jsturtevant/hyperlight-1" , rev = " 0fedd53253cc8b84f9d3e341bea181fd8db204d5" , package = " hyperlight-guest-bin" }
38+ hyperlight-host = { git = " https://github.com/jsturtevant/hyperlight-1" , rev = " 0fedd53253cc8b84f9d3e341bea181fd8db204d5" , package = " hyperlight-host" }
0 commit comments