Skip to content

Commit

Permalink
Update lowest supported Rust to 1.71.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
  • Loading branch information
bgurney-rh committed Aug 2, 2023
1 parent 8e8b6ad commit 368ab28
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 368ab28

Please sign in to comment.