Skip to content

Commit 45bb9fb

Browse files
authored
Update Rust version to 1.86 (#751)
Signed-off-by: Simon Davies <[email protected]>
1 parent 5c719a8 commit 45bb9fb

14 files changed

+17
-17
lines changed

.devcontainer/Dockerfile

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

5353
USER $USER
5454

55-
ARG RUST_TOOLCHAIN=1.85
55+
ARG RUST_TOOLCHAIN=1.86
5656

5757
# Install rust
5858
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
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: hyperlight-dev/[email protected]
3232
with:
33-
rust-toolchain: "1.85"
33+
rust-toolchain: "1.86"
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636

.github/workflows/CargoAudit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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.85"
22+
toolchain: "1.86"
2323

2424
- uses: rustsec/[email protected]
2525
with:

.github/workflows/CargoPublish.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.85"
37+
rust-toolchain: "1.86"
3838

3939
- name: Check crate versions
4040
shell: bash

.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.85
19+
RUST_TOOLCHAIN_DEFAULT: 1.86
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
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: hyperlight-dev/[email protected]
3434
with:
35-
rust-toolchain: "1.85"
35+
rust-toolchain: "1.86"
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838

@@ -53,7 +53,7 @@ jobs:
5353

5454
- uses: hyperlight-dev/[email protected]
5555
with:
56-
rust-toolchain: "1.85"
56+
rust-toolchain: "1.86"
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959

@@ -113,7 +113,7 @@ jobs:
113113

114114
- uses: hyperlight-dev/[email protected]
115115
with:
116-
rust-toolchain: "1.85"
116+
rust-toolchain: "1.86"
117117
env:
118118
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119119

.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.85"
31+
rust-toolchain: "1.86"
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.85"
36+
rust-toolchain: "1.86"
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.85"
37+
rust-toolchain: "1.86"
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.85"
51+
rust-toolchain: "1.86"
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.85"
103+
rust-toolchain: "1.86"
104104
env:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106106

0 commit comments

Comments
 (0)