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 a2a3ba1 commit 4817cb8Copy full SHA for 4817cb8
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
override: true
21
profile: minimal
22
- name: Potentially pin serde dep for MSRV check
23
- if: ${{ matrix.rust == 1.36.0 }}
+ if: matrix.rust == '1.36.0'
24
run: cargo update -p serde --precise 1.0.156
25
- uses: actions-rs/cargo@v1
26
with:
0 commit comments