Skip to content

Commit 1f7c695

Browse files
authored
aes: use 1.89.0-beta.2 for VAES CI (#490)
Ensures we'll be able to build against the forthcoming stable release
1 parent 76dda53 commit 1f7c695

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/aes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
if: false # TODO: temp disabled due to unpublished prerelease dependencies
6262
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
6363
with:
64-
working-directory: ${{ github.workflow }}
64+
working-directory: ${{ github.workflow }}
6565

6666
# Tests for the AES-NI backend
6767
aesni:
@@ -108,7 +108,7 @@ jobs:
108108
matrix:
109109
include:
110110
- target: x86_64-unknown-linux-gnu
111-
rust: nightly-2025-05-28
111+
rust: 1.89.0-beta.2
112112
steps:
113113
- uses: actions/checkout@v4
114114
- name: Install Intel SDE
@@ -144,7 +144,7 @@ jobs:
144144
matrix:
145145
include:
146146
- target: x86_64-unknown-linux-gnu
147-
rust: nightly-2025-05-28
147+
rust: 1.89.0-beta.2
148148
steps:
149149
- uses: actions/checkout@v4
150150
- name: Install Intel SDE

0 commit comments

Comments
 (0)