We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c38bb2 commit 4611081Copy full SHA for 4611081
1 file changed
host/Cargo.toml
@@ -28,7 +28,7 @@ path = "src/bin/pyhl.rs"
28
29
[dependencies]
30
# danbugs/hyperlight feat/whp-no-surrogate — testing runtime no-surrogate mode.
31
-hyperlight-host = { git = "https://github.com/danbugs/hyperlight", rev = "79c8e940", features = ["executable_heap", "hw-interrupts"] }
+hyperlight-host = { git = "https://github.com/danbugs/hyperlight", rev = "212f20a5", features = ["executable_heap", "hw-interrupts"] }
32
clap = { version = "4", features = ["derive", "env"] }
33
anyhow = "1"
34
serde_json = "1"
0 commit comments