Skip to content

Commit d2bddc3

Browse files
committed
Use branch with fix in hl-core
Signed-off-by: James Sturtevant <[email protected]>
1 parent 76d6f58 commit d2bddc3

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
lines changed

Cargo.lock

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ readme = "README.md"
1414

1515
[workspace.dependencies]
1616
hyperlight-host = { version = "0.11.0", default-features = false, features = ["executable_heap", "init-paging"] }
17+
18+
[patch.crates-io]
19+
hyperlight-host = { git = "https://github.com/hyperlight-dev/hyperlight", rev = "9f1a6fc7c07ba48d726e2d1f193bbacfcca160e5" }

src/wasm_runtime/Cargo.lock

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wasm_runtime/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "wasm-runtime"
33
version = "0.10.0"
44
edition = "2021"
55

6+
[profile.release]
7+
debug = "full"
8+
69
[[bin]]
710
name = "wasm_runtime"
811
path = "src/main.rs"
@@ -32,3 +35,8 @@ reqwest = {version = "0.12", default-features = false, features = ["blocking","
3235
default = []
3336
gdb = ["wasmtime/debug-builtins"]
3437
trace_guest = ["hyperlight-common/trace_guest", "hyperlight-guest/trace_guest", "hyperlight-guest-bin/trace_guest"]
38+
39+
[patch.crates-io]
40+
hyperlight-common = { git = "https://github.com/hyperlight-dev/hyperlight", rev = "9f1a6fc7c07ba48d726e2d1f193bbacfcca160e5" }
41+
hyperlight-guest-bin = { git = "https://github.com/hyperlight-dev/hyperlight", rev = "9f1a6fc7c07ba48d726e2d1f193bbacfcca160e5" }
42+
hyperlight-guest = { git = "https://github.com/hyperlight-dev/hyperlight", rev = "9f1a6fc7c07ba48d726e2d1f193bbacfcca160e5" }

0 commit comments

Comments
 (0)