Skip to content

Commit 225ecb7

Browse files
committed
Update to Rust 1.89
Signed-off-by: Simon Davies <[email protected]>
1 parent afdfc04 commit 225ecb7

File tree

14 files changed

+19
-27
lines changed

14 files changed

+19
-27
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhisto
4848

4949
USER $USER
5050

51-
ARG RUST_TOOLCHAIN=1.86
51+
ARG RUST_TOOLCHAIN=1.89
5252

5353
# Install rust
5454
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \

.github/workflows/Benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: hyperlight-dev/[email protected]
3535
with:
36-
rust-toolchain: "1.86"
36+
rust-toolchain: "1.89"
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

.github/workflows/CargoAudit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
# TODO: Once the runner image is updated to include the necessary tools (without downloading), we can switch to the common workflow.
2020
- uses: dtolnay/rust-toolchain@master
2121
with:
22-
toolchain: "1.86"
23-
22+
toolchain: "1.89"
23+
2424
- uses: rustsec/[email protected]
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/CargoPublish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434

3535
- uses: hyperlight-dev/[email protected]
3636
with:
37-
rust-toolchain: "1.86"
38-
37+
rust-toolchain: "1.89"
3938
- name: Check crate versions
4039
shell: bash
4140
run: |

.github/workflows/CreateDevcontainerImage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ env:
1515
IMAGE_NAME: ${{ github.repository }}-devcontainer
1616
USER: vscode
1717
GROUP: vscode
18-
LLVM_VERSION: 17
19-
RUST_TOOLCHAIN_DEFAULT: 1.86
18+
LLVM_VERSION: 18
19+
RUST_TOOLCHAIN_DEFAULT: 1.89
2020
RUST_TOOLCHAIN_FILE: rust-toolchain.toml
2121

2222
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.

.github/workflows/CreateRelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: hyperlight-dev/[email protected]
3535
with:
36-
rust-toolchain: "1.86"
36+
rust-toolchain: "1.89"
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

@@ -54,7 +54,7 @@ jobs:
5454

5555
- uses: hyperlight-dev/[email protected]
5656
with:
57-
rust-toolchain: "1.86"
57+
rust-toolchain: "1.89"
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060

@@ -114,7 +114,7 @@ jobs:
114114

115115
- uses: hyperlight-dev/[email protected]
116116
with:
117-
rust-toolchain: "1.86"
117+
rust-toolchain: "1.89"
118118
env:
119119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120120

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828

2929
- uses: hyperlight-dev/[email protected]
3030
with:
31-
rust-toolchain: "1.86"
31+
rust-toolchain: "1.89"
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/dep_build_guest_binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: hyperlight-dev/[email protected]
3535
with:
36-
rust-toolchain: "1.86"
36+
rust-toolchain: "1.89"
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

.github/workflows/dep_fuzzing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: hyperlight-dev/[email protected]
3636
with:
37-
rust-toolchain: "1.86"
37+
rust-toolchain: "1.89"
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040

.github/workflows/dep_rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- uses: hyperlight-dev/[email protected]
5050
with:
51-
rust-toolchain: "1.86"
51+
rust-toolchain: "1.89"
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454

@@ -100,7 +100,7 @@ jobs:
100100

101101
- uses: hyperlight-dev/[email protected]
102102
with:
103-
rust-toolchain: "1.86"
103+
rust-toolchain: "1.89"
104104
env:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106106

0 commit comments

Comments
 (0)