We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a1755 commit 11a073dCopy full SHA for 11a073d
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
matrix:
40
os: [ ubuntu-latest, macos-latest, windows-latest ]
41
# 1.60 is the MSRV
42
- rust-version: [ 1.60, stable ]
+ rust-version: [ "1.60", stable ]
43
fail-fast: false
44
env:
45
RUSTFLAGS: -D warnings
0 commit comments