Skip to content

Commit

Permalink
Merge pull request #20 from bgurney-rh/latest-1.79
Browse files Browse the repository at this point in the history
github actions: update recommended Rust to 1.79.0
  • Loading branch information
mulkieran authored Jun 18, 2024
2 parents aab79e0 + ef53311 commit 77038bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
components: cargo
toolchain: 1.78.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
toolchain: 1.79.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
- name: Check out ci repo
run: git clone https://github.com/stratis-storage/ci.git
- name: Run comparisons of version specs with available Fedora packages
Expand Down

0 comments on commit 77038bd

Please sign in to comment.