Skip to content

Commit 4611081

Browse files
committed
chore: update hyperlight-host rev to 212f20a5 (guard as VM field)
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 5c38bb2 commit 4611081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ path = "src/bin/pyhl.rs"
2828

2929
[dependencies]
3030
# 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"] }
31+
hyperlight-host = { git = "https://github.com/danbugs/hyperlight", rev = "212f20a5", features = ["executable_heap", "hw-interrupts"] }
3232
clap = { version = "4", features = ["derive", "env"] }
3333
anyhow = "1"
3434
serde_json = "1"

0 commit comments

Comments
 (0)