Skip to content

Commit

Permalink
Quote the Rust toolchain version
Browse files Browse the repository at this point in the history
Otherwise 1.70 is turned into 1.7.
  • Loading branch information
yorickpeterse committed May 24, 2024
1 parent 3a38eef commit 81a56d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.70
toolchain: "1.70"
- uses: actions/cache@v4
with:
path: |
Expand Down

0 comments on commit 81a56d6

Please sign in to comment.