File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
if : false # TODO: temp disabled due to unpublished prerelease dependencies
62
62
uses : RustCrypto/actions/.github/workflows/minimal-versions.yml@master
63
63
with :
64
- working-directory : ${{ github.workflow }}
64
+ working-directory : ${{ github.workflow }}
65
65
66
66
# Tests for the AES-NI backend
67
67
aesni :
@@ -108,7 +108,7 @@ jobs:
108
108
matrix :
109
109
include :
110
110
- target : x86_64-unknown-linux-gnu
111
- rust : nightly-2025-05-28
111
+ rust : 1.89.0-beta.2
112
112
steps :
113
113
- uses : actions/checkout@v4
114
114
- name : Install Intel SDE
@@ -144,7 +144,7 @@ jobs:
144
144
matrix :
145
145
include :
146
146
- target : x86_64-unknown-linux-gnu
147
- rust : nightly-2025-05-28
147
+ rust : 1.89.0-beta.2
148
148
steps :
149
149
- uses : actions/checkout@v4
150
150
- name : Install Intel SDE
You can’t perform that action at this time.
0 commit comments