Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.82.0 # LOWEST SUPPORTED RUST TOOLCHAIN
toolchain: 1.85.0 # LOWEST SUPPORTED RUST TOOLCHAIN
- name: Install python prerequisites
run: >
dnf install -y
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.82.0 # LOWEST SUPPORTED RUST TOOLCHAIN
toolchain: 1.85.0 # LOWEST SUPPORTED RUST TOOLCHAIN
- uses: stratis-storage/github-actions/github-modify@HEAD
with:
repo: stratisd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.82.0 # LOWEST SUPPORTED RUST TOOLCHAIN
toolchain: 1.85.0 # LOWEST SUPPORTED RUST TOOLCHAIN
- name: Install dependencies for Fedora
run: >
dnf install -y
Expand Down
Loading