Skip to content

Commit 008d778

Browse files
committed
bump rust toolchain in CI
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 593fea9 commit 008d778

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WA
2828
&& mv /wasi-sdk-${WASI_SDK_VERSION_FULL} /opt/wasi-sdk
2929

3030
USER $USER
31-
ARG RUST_TOOLCHAIN=1.82.0
31+
ARG RUST_TOOLCHAIN=1.85.0
3232

3333
# Install rust and component tools
3434
RUN rustup default ${RUST_TOOLCHAIN} \

.github/workflows/Benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636

37-
- uses: hyperlight-dev/ci-setup-workflow@v1.4.0
37+
- uses: hyperlight-dev/ci-setup-workflow@v1.5.0
3838
with:
39-
rust-toolchain: "1.82.0"
39+
rust-toolchain: "1.85.0"
4040

4141
- name: Build Wasm Runtime Binary
4242
working-directory: ./src/hyperlight_wasm
4343
run: just build-wasm-runtime ${{ matrix.config }}
4444

45-
- uses: dtolnay/rust-toolchain@1.82.0
45+
- uses: dtolnay/rust-toolchain@1.85.0
4646
with:
4747
components: clippy, rustfmt
4848

.github/workflows/CargoAudit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# We are not using the common workflow here because it installs a lot of tools we don't need
1919
- uses: dtolnay/rust-toolchain@master
2020
with:
21-
toolchain: "1.82.0"
21+
toolchain: "1.85.0"
2222

2323
- uses: extractions/setup-just@v3
2424
with:

.github/workflows/CreateDevcontainerImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
USER: vscode
1717
GROUP: vscode
1818
LLVM_VERSION: 17
19-
RUST_TOOLCHAIN_DEFAULT: 1.82.0
19+
RUST_TOOLCHAIN_DEFAULT: 1.85.0
2020
RUST_TOOLCHAIN_FILE: rust-toolchain.toml
2121
WASI_SDK_VERSION_FULL: "20.0"
2222
GCC_VERSION: "12"

.github/workflows/CreateRelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
fetch-depth: 0
2929
# Ensures just is installed using setup wokflow to ensure just version consistency
3030
- name: Hyperlight setup
31-
uses: hyperlight-dev/ci-setup-workflow@v1.4.0
31+
uses: hyperlight-dev/ci-setup-workflow@v1.5.0
3232
with:
33-
rust-toolchain: "1.82.0"
33+
rust-toolchain: "1.85.0"
3434
- name: Install minver_rs
3535
run: |
3636
cargo install minver_rs

.github/workflows/dep_build_wasm_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Remove default clang
3232
run: sudo rm /usr/bin/clang
3333
- name: Hyperlight setup workflow
34-
uses: hyperlight-dev/ci-setup-workflow@v1.4.0
34+
uses: hyperlight-dev/ci-setup-workflow@v1.5.0
3535
with:
36-
rust-toolchain: "1.82.0"
36+
rust-toolchain: "1.85.0"
3737
- name: Set up Docker Buildx
3838
uses: docker/setup-buildx-action@v3
3939
- name: Login to Registry

.github/workflows/dep_cargo_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
fetch-tags: true
2121

2222
- name: Hyperlight setup
23-
uses: hyperlight-dev/ci-setup-workflow@v1.4.0
23+
uses: hyperlight-dev/ci-setup-workflow@v1.5.0
2424
with:
25-
rust-toolchain: "1.82.0"
25+
rust-toolchain: "1.85.0"
2626

2727
- name: Download Wasm Host (debug)
2828
uses: actions/download-artifact@v4

.github/workflows/dep_rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
- uses: actions/checkout@v4
5151

5252
- name: Hyperlight setup
53-
uses: hyperlight-dev/ci-setup-workflow@v1.4.0
53+
uses: hyperlight-dev/ci-setup-workflow@v1.5.0
5454
with:
55-
rust-toolchain: "1.82.0"
55+
rust-toolchain: "1.85.0"
5656

5757
- name: Add Nightly Rust
5858
run: |

0 commit comments

Comments
 (0)