Skip to content

Commit 2ce97bb

Browse files
committed
Bump hyperlight from 0.13.1 to 0.14.0
Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com>
1 parent 0d81364 commit 2ce97bb

File tree

2 files changed

+41
-61
lines changed

2 files changed

+41
-61
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ repository = "https://github.com/hyperlight-dev/hyperlight-wasm"
1313
readme = "README.md"
1414

1515
[workspace.dependencies]
16-
hyperlight-common = { version = "0.13.1", default-features = false }
17-
hyperlight-component-macro = { version = "0.13.1" }
18-
hyperlight-component-util = { version = "0.13.1" }
19-
hyperlight-guest = { version = "0.13.1" }
20-
hyperlight-guest-bin = { version = "0.13.1", features = [ "printf" ] }
21-
hyperlight-host = { version = "0.13.1", default-features = false, features = ["executable_heap"] }
16+
hyperlight-common = { version = "0.14.0", default-features = false }
17+
hyperlight-component-macro = { version = "0.14.0" }
18+
hyperlight-component-util = { version = "0.14.0" }
19+
hyperlight-guest = { version = "0.14.0" }
20+
hyperlight-guest-bin = { version = "0.14.0", features = [ "printf" ] }
21+
hyperlight-host = { version = "0.14.0", default-features = false, features = ["executable_heap"] }
2222
hyperlight-wasm-macro = { version = "0.13.1", path = "src/hyperlight_wasm_macro" }
2323
hyperlight-wasm-runtime = { version = "0.13.1", path = "src/hyperlight_wasm_runtime" }

0 commit comments

Comments
 (0)