Skip to content

Commit

Permalink
chore: use MSRV for real
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Oct 18, 2023
1 parent 7293ec3 commit 2f20030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: msrv
run: |
MSRV=$(cargo metadata --format-version 1 --no-deps | jq -r '.packages[0].rust_version')
echo "MSRV=1.67.1" >> "$GITHUB_OUTPUT"
echo "MSRV=$MSRV" >> "$GITHUB_OUTPUT"
## NOTE vmx 2022-06-14: currently doesn't work, hence run it on CircleCI
## for now.
Expand Down

0 comments on commit 2f20030

Please sign in to comment.