Skip to content

Commit 122b305

Browse files
authored
Bump crates to 0.2.3 (#160)
* bump crates to 0.2.3 Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com> * bump just version in CI Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com> --------- Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 78f5635 commit 122b305

11 files changed

Lines changed: 26 additions & 61 deletions

File tree

.github/workflows/CreateRelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
uses: hyperlight-dev/ci-setup-workflow@v1.9.0
4545
with:
4646
rust-toolchain: "1.89"
47+
just-version: "1.51"
4748

4849
- name: Authenticate with crates.io
4950
uses: rust-lang/crates-io-auth-action@v1

.github/workflows/dep_benchmarks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
- uses: hyperlight-dev/ci-setup-workflow@v1.9.0
5858
with:
5959
rust-toolchain: "1.89"
60+
just-version: "1.51"
6061

6162
- name: Install github-cli (Azure Linux)
6263
if: runner.os == 'Linux' && matrix.hypervisor == 'mshv3'

.github/workflows/dep_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161

6262
- uses: hyperlight-dev/ci-setup-workflow@v1.9.0
6363
with:
64-
rust-toolchain: "1.89"
64+
rust-toolchain: "1.89"
65+
just-version: "1.51"
6566

6667
- name: install nodejs
6768
uses: actions/setup-node@v6

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
uses: hyperlight-dev/ci-setup-workflow@v1.9.0
6868
with:
6969
rust-toolchain: "1.89"
70+
just-version: "1.51"
7071

7172
- name: Setup Node.js
7273
uses: actions/setup-node@v6

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.2.2"
6+
version = "0.2.3"
77
edition = "2024"
88
rust-version = "1.89"
99
license = "Apache-2.0"
@@ -14,8 +14,8 @@ readme = "README.md"
1414
hyperlight-guest-bin = { version = "0.15.0", features = ["libc"] }
1515
hyperlight-host = { version = "0.15.0", default-features = false }
1616

17-
hyperlight-js = { version = "0.2.2", path = "src/hyperlight-js" }
18-
hyperlight-js-runtime = { version = "0.2.2", path = "src/hyperlight-js-runtime" }
17+
hyperlight-js = { version = "0.2.3", path = "src/hyperlight-js" }
18+
hyperlight-js-runtime = { version = "0.2.3", path = "src/hyperlight-js-runtime" }
1919

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

src/js-host-api/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight-dev/js-host-api-linux-x64-gnu",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"os": [
55
"linux"
66
],

src/js-host-api/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight-dev/js-host-api-linux-x64-musl",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"os": [
55
"linux"
66
],

src/js-host-api/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlight-dev/js-host-api-win32-x64-msvc",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"os": [
55
"win32"
66
],

src/js-host-api/package-lock.json

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

0 commit comments

Comments
 (0)