Skip to content

Commit 00643ca

Browse files
authored
Merge pull request #1256 from mulkieran/issue_project_842
Increase lowest supported version of Rust to 1.85
2 parents 86a1df0 + dfdbfde commit 00643ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- uses: dtolnay/rust-toolchain@master
111111
with:
112112
components: cargo
113-
toolchain: 1.82.0 # LOWEST SUPPORTED RUST TOOLCHAIN
113+
toolchain: 1.85.0 # LOWEST SUPPORTED RUST TOOLCHAIN
114114
- name: Install python prerequisites
115115
run: >
116116
dnf install -y
@@ -213,7 +213,7 @@ jobs:
213213
- uses: dtolnay/rust-toolchain@master
214214
with:
215215
components: cargo
216-
toolchain: 1.82.0 # LOWEST SUPPORTED RUST TOOLCHAIN
216+
toolchain: 1.85.0 # LOWEST SUPPORTED RUST TOOLCHAIN
217217
- uses: stratis-storage/github-actions/github-modify@HEAD
218218
with:
219219
repo: stratisd

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: dtolnay/rust-toolchain@master
2020
with:
2121
components: cargo
22-
toolchain: 1.82.0 # LOWEST SUPPORTED RUST TOOLCHAIN
22+
toolchain: 1.85.0 # LOWEST SUPPORTED RUST TOOLCHAIN
2323
- name: Install dependencies for Fedora
2424
run: >
2525
dnf install -y

0 commit comments

Comments
 (0)