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 2eba9b3 commit cf6036fCopy full SHA for cf6036f
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 = "4a0c1cdc", features = ["executable_heap", "hw-interrupts"] }
+hyperlight-host = { git = "https://github.com/danbugs/hyperlight", rev = "91fcb14c", features = ["executable_heap", "hw-interrupts"] }
32
clap = { version = "4", features = ["derive", "env"] }
33
anyhow = "1"
34
serde_json = "1"
0 commit comments