Skip to content

Commit 9c95d4f

Browse files
authored
Bump hl to 0.14.0, js to 0.2.0 (#80)
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent 8bcd50b commit 9c95d4f

2 files changed

Lines changed: 55 additions & 61 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@ resolver = "2"
33
members = ["src/hyperlight-js", "src/js-host-api", "src/hyperlight-js-runtime"]
44

55
[workspace.package]
6-
version = "0.1.1"
6+
version = "0.2.0"
77
edition = "2024"
88
rust-version = "1.89"
99
license = "Apache-2.0"
1010
repository = "https://github.com/hyperlight-dev/hyperlight-js"
1111
readme = "README.md"
1212

1313
[workspace.dependencies]
14-
hyperlight-common = { git = "https://github.com/hyperlight-dev/hyperlight", rev = "620339aa95d508e8cbd1d38b4374f09090aade7b", default-features = false }
15-
hyperlight-guest-bin = { git = "https://github.com/hyperlight-dev/hyperlight", rev = "620339aa95d508e8cbd1d38b4374f09090aade7b" }
16-
hyperlight-guest = { git = "https://github.com/hyperlight-dev/hyperlight", rev = "620339aa95d508e8cbd1d38b4374f09090aade7b" }
17-
hyperlight-host = { git = "https://github.com/hyperlight-dev/hyperlight", rev = "620339aa95d508e8cbd1d38b4374f09090aade7b", default-features = false, features = ["executable_heap", "init-paging"] }
18-
hyperlight-js = { version = "0.1.1", path = "src/hyperlight-js" }
19-
hyperlight-js-runtime = { version = "0.1.1", path = "src/hyperlight-js-runtime" }
14+
hyperlight-common = { version = "0.14.0", default-features = false }
15+
hyperlight-guest-bin = { version = "0.14.0" }
16+
hyperlight-guest = { version = "0.14.0" }
17+
hyperlight-host = { version = "0.14.0", default-features = false, features = ["executable_heap"] }
18+
19+
hyperlight-js = { version = "0.2.0", path = "src/hyperlight-js" }
20+
hyperlight-js-runtime = { version = "0.2.0", path = "src/hyperlight-js-runtime" }
2021

2122
[profile.dev]
2223
panic = "abort"

0 commit comments

Comments
 (0)