Skip to content

Commit d43b7a7

Browse files
committed
chore: switch hyperlight-host to crates.io 0.16.0
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent ced2b30 commit d43b7a7

2 files changed

Lines changed: 69 additions & 13 deletions

File tree

host/Cargo.lock

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

host/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ name = "stateful-demo"
3131
path = "src/bin/stateful_demo.rs"
3232

3333
[dependencies]
34-
# danbugs/hyperlight feat/whp-no-surrogate — testing runtime no-surrogate mode.
35-
hyperlight-host = { git = "https://github.com/danbugs/hyperlight", rev = "212f20a5", features = ["executable_heap", "hw-interrupts"] }
34+
hyperlight-host = { version = "0.16.0", features = ["executable_heap", "hw-interrupts"] }
3635
clap = { version = "4", features = ["derive", "env"] }
3736
anyhow = "1"
3837
serde_json = "1"

0 commit comments

Comments
 (0)