Skip to content

Commit

Permalink
Merge pull request #999 from bgurney-rh/lowest-1.71
Browse files Browse the repository at this point in the history
Update lowest supported Rust to 1.71.0
  • Loading branch information
mulkieran authored Aug 2, 2023
2 parents 8e8b6ad + 368ab28 commit c164a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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.69.0 # LOWEST SUPPORTED RUST TOOLCHAIN
toolchain: 1.71.0 # LOWEST SUPPORTED RUST TOOLCHAIN
- name: Check out stratisd
run: git clone https://github.com/stratis-storage/stratisd.git
- name: Build stratisd
Expand Down

0 comments on commit c164a09

Please sign in to comment.