Skip to content

Commit e6a4ad6

Browse files
authored
Merge pull request #3935 from mulkieran/rust-1.91.0
github actions: Update recommended Rust to 1.91.0
2 parents 189abf3 + fc8f4ad commit e6a4ad6

6 files changed

Lines changed: 42 additions & 42 deletions

File tree

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: dtolnay/rust-toolchain@master
5151
with:
5252
components: cargo
53-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
53+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
5454
- uses: actions/checkout@v5
5555
with:
5656
path: stratisd

.github/workflows/fedora.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,40 +40,40 @@ jobs:
4040
matrix:
4141
include:
4242
- task: make -f Makefile clippy
43-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
43+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4444
components: clippy
4545
- task: PROFILEDIR=debug make -f Makefile build
46-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
46+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4747
components: cargo
4848
- task: PROFILEDIR=debug make -f Makefile build-min
49-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
49+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
5050
components: cargo
5151
- task: PROFILEDIR=debug make -f Makefile build-min-no-systemd
52-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
52+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
5353
components: cargo
5454
- task: PROFILEDIR=debug make -f Makefile build-utils
55-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
55+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
5656
components: cargo
5757
- task: PROFILEDIR=debug make -f Makefile build-no-ipc
58-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
58+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
5959
components: cargo
6060
- task: PROFILEDIR=debug make -f Makefile stratisd-tools
61-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
61+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6262
components: cargo
6363
- task: make -f Makefile docs-ci
64-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
64+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6565
components: cargo
6666
- task: make -f Makefile test
67-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
67+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6868
components: cargo
6969
- task: make -f Makefile build
70-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
70+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
7171
components: cargo
7272
- task: make -f Makefile build-min
73-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
73+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
7474
components: cargo
7575
- task: make -f Makefile build-no-ipc
76-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
76+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
7777
components: cargo
7878
runs-on: ubuntu-24.04
7979
container:
@@ -113,7 +113,7 @@ jobs:
113113
matrix:
114114
include:
115115
- task: RUST_LOG=stratisd=debug make -f Makefile test-loop-root
116-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
116+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
117117
components: cargo
118118
runs-on: ubuntu-24.04
119119
container:
@@ -165,7 +165,7 @@ jobs:
165165
- task: >-
166166
TANG_URL=localhost
167167
make -f Makefile test-clevis-loop-should-fail-root
168-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
168+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
169169
components: cargo
170170
runs-on: ubuntu-24.04
171171
container:

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
matrix:
4141
include:
4242
- task: make -f Makefile fmt-ci
43-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
43+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4444
components: rustfmt
4545
- task: make -f Makefile check-typos
46-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
46+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4747
components: cargo
4848
runs-on: ubuntu-24.04
4949
container:
@@ -178,7 +178,7 @@ jobs:
178178
- uses: dtolnay/rust-toolchain@master
179179
with:
180180
components: cargo
181-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
181+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
182182
- uses: actions/checkout@v5
183183
with:
184184
persist-credentials: false
@@ -263,7 +263,7 @@ jobs:
263263
- uses: dtolnay/rust-toolchain@master
264264
with:
265265
components: cargo
266-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
266+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
267267
- uses: actions/checkout@v5
268268
with:
269269
persist-credentials: false

.github/workflows/nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
include:
1717
- task: cargo package
18-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
18+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
1919
components: cargo
2020
runs-on: ubuntu-24.04
2121
container:
@@ -70,7 +70,7 @@ jobs:
7070
- uses: dtolnay/rust-toolchain@master
7171
with:
7272
components: cargo
73-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
73+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
7474
- uses: baptiste0928/cargo-install@v3
7575
with:
7676
crate: cargo-audit
@@ -114,7 +114,7 @@ jobs:
114114
- uses: dtolnay/rust-toolchain@master
115115
with:
116116
components: cargo
117-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
117+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
118118
- uses: baptiste0928/cargo-install@v3
119119
with:
120120
crate: cargo-audit
@@ -151,7 +151,7 @@ jobs:
151151
- uses: dtolnay/rust-toolchain@master
152152
with:
153153
components: cargo
154-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
154+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
155155
- uses: actions/checkout@v5
156156
with:
157157
path: stratisd
@@ -213,7 +213,7 @@ jobs:
213213
- uses: dtolnay/rust-toolchain@master
214214
with:
215215
components: cargo
216-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
216+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
217217
- uses: actions/checkout@v5
218218
with:
219219
persist-credentials: false

.github/workflows/ubuntu.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,40 +40,40 @@ jobs:
4040
matrix:
4141
include:
4242
- task: make -f Makefile clippy
43-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
43+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4444
components: clippy
4545
- task: PROFILEDIR=debug make -f Makefile build
46-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
46+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4747
components: cargo
4848
- task: PROFILEDIR=debug make -f Makefile build-min
49-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
49+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
5050
components: cargo
5151
- task: PROFILEDIR=debug make -f Makefile build-min-no-systemd
52-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
52+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
5353
components: cargo
5454
- task: PROFILEDIR=debug make -f Makefile build-utils
55-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
55+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
5656
components: cargo
5757
- task: PROFILEDIR=debug make -f Makefile build-no-ipc
58-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
58+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
5959
components: cargo
6060
- task: PROFILEDIR=debug make -f Makefile stratisd-tools
61-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
61+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6262
components: cargo
6363
- task: make -f Makefile docs-ci
64-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
64+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6565
components: cargo
6666
- task: make -f Makefile test
67-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
67+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6868
components: cargo
6969
- task: make -f Makefile build
70-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
70+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
7171
components: cargo
7272
- task: make -f Makefile build-min
73-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
73+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
7474
components: cargo
7575
- task: make -f Makefile build-no-ipc
76-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
76+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
7777
components: cargo
7878
runs-on: ubuntu-24.04
7979
container:
@@ -116,7 +116,7 @@ jobs:
116116
matrix:
117117
include:
118118
- task: RUST_LOG=stratisd=debug make -f Makefile test-loop-root
119-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
119+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
120120
components: cargo
121121
runs-on: ubuntu-24.04
122122
container:

.github/workflows/valgrind.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
matrix:
2121
include:
2222
- task: make -f Makefile test-valgrind
23-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
23+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
2424
components: cargo
2525
- task: >-
2626
TANG_URL=localhost
2727
make -f Makefile test-clevis-loop-should-fail-valgrind
28-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
28+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
2929
components: cargo
3030
runs-on: ubuntu-24.04
3131
container:
@@ -63,7 +63,7 @@ jobs:
6363
matrix:
6464
include:
6565
- task: RUST_LOG=stratisd=debug make -f Makefile test-loop-valgrind
66-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
66+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6767
components: cargo
6868
runs-on: ubuntu-24.04
6969
container:
@@ -110,7 +110,7 @@ jobs:
110110
matrix:
111111
include:
112112
# MANDATORY CHECKS USING CURRENT DEVELOPMENT ENVIRONMENT
113-
- toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
113+
- toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
114114
# MANDATORY CHECKS USING LOWEST SUPPORTED ENVIRONMENT PROXY
115115
- toolchain: 1.77.0 # LOWEST SUPPORTED RUST TOOLCHAIN
116116
runs-on: ubuntu-24.04
@@ -214,7 +214,7 @@ jobs:
214214
- uses: dtolnay/rust-toolchain@master
215215
with:
216216
components: cargo
217-
toolchain: 1.90.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
217+
toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
218218
- uses: actions/checkout@v5
219219
with:
220220
persist-credentials: false

0 commit comments

Comments
 (0)