Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Mar 21, 2023
1 parent a2a3ba1 commit 69ea2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
override: true
profile: minimal
- name: Potentially pin serde dep for MSRV check
if: ${{ matrix.rust == 1.36.0 }}
if: ${{ matrix.rust == "1.36.0" }}
run: cargo update -p serde --precise 1.0.156
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 69ea2d6

Please sign in to comment.