Skip to content

Commit

Permalink
chore: hard code MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Oct 18, 2023
1 parent 161ea3c commit e9c8b27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
run: MSRV=$(cargo metadata --format-version 1 --no-deps | jq -r '.packages[0].rust_version')
- name: Set MSRV as output
id: msrv
run: echo "MSRV=$MSRV" >> "$GITHUB_OUTPUT"
#run: echo "MSRV=$MSRV" >> "$GITHUB_OUTPUT"
run: echo "MSRV=1.67.1" >> "$GITHUB_OUTPUT"

## NOTE vmx 2022-06-14: currently doesn't work, hence run it on CircleCI
## for now.
Expand Down

0 comments on commit e9c8b27

Please sign in to comment.