Skip to content

Commit 5ac9592

Browse files
authored
bump version to 0.1.1 (#1)
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 331c17f commit 5ac9592

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

Cargo.toml

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

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2024"
88
rust-version = "1.89"
99
license = "Apache-2.0"
@@ -15,8 +15,8 @@ hyperlight-common = { version = "0.12", default-features = false }
1515
hyperlight-guest-bin = { version = "0.12" }
1616
hyperlight-guest = { version = "0.12" }
1717
hyperlight-host = { version = "0.12", default-features = false, features = ["executable_heap", "init-paging"] }
18-
hyperlight-js = { version = "0.1.0", path = "src/hyperlight-js" }
19-
hyperlight-js-runtime = { version = "0.1.0", path = "src/hyperlight-js-runtime" }
18+
hyperlight-js = { version = "0.1.1", path = "src/hyperlight-js" }
19+
hyperlight-js-runtime = { version = "0.1.1", path = "src/hyperlight-js-runtime" }
2020

2121
[profile.dev]
2222
panic = "abort"

0 commit comments

Comments
 (0)