Skip to content

Commit bbaf29e

Browse files
authored
Merge branch 'main' into copilot/fix-502
2 parents 998bece + 69e4cbb commit bbaf29e

File tree

91 files changed

+651
-1003
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+651
-1003
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.81.0
55+
ARG RUST_TOOLCHAIN=1.85
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.81.0"
33+
rust-toolchain: "1.85"
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.81.0"
22+
toolchain: "1.85"
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.81.0"
37+
rust-toolchain: "1.85"
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.81.0
19+
RUST_TOOLCHAIN_DEFAULT: 1.85
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
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: hyperlight-dev/[email protected]
2525
with:
26-
rust-toolchain: "1.81.0"
26+
rust-toolchain: "1.85"
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929

@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: hyperlight-dev/[email protected]
4545
with:
46-
rust-toolchain: "1.81.0"
46+
rust-toolchain: "1.85"
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949

@@ -102,7 +102,7 @@ jobs:
102102

103103
- uses: hyperlight-dev/[email protected]
104104
with:
105-
rust-toolchain: "1.81.0"
105+
rust-toolchain: "1.85"
106106
env:
107107
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108108

.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.81.0"
31+
rust-toolchain: "1.85"
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.81.0"
36+
rust-toolchain: "1.85"
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.81.0"
37+
rust-toolchain: "1.85"
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040

.github/workflows/dep_rust.yml

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

5757
- uses: hyperlight-dev/[email protected]
5858
with:
59-
rust-toolchain: "1.81.0"
59+
rust-toolchain: "1.85"
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262

0 commit comments

Comments
 (0)