Skip to content

Commit

Permalink
fix: check msrv command - damn yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Jun 27, 2024
1 parent 6231397 commit d29c959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
- name: Install Rust 1.60
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.60
toolchain: "1.60"
- name: cargo +1.60 check
run: cargo +1.60 check
run: cargo check

0 comments on commit d29c959

Please sign in to comment.