Skip to content

Commit

Permalink
Merge pull request #341 from nyurik/fix-ci
Browse files Browse the repository at this point in the history
Fix CI for nightly MSRV
  • Loading branch information
tatsuya6502 authored Nov 9, 2023
2 parents 2ea735d + 55ac8f6 commit 08b442e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml-DISABLED
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ linux_arm64_task:
cargo update -Z minimal-versions
cargo update -p openssl --precise 0.10.39
cargo update -p cc --precise 1.0.61
cargo update -p proc-macro2 --precise 1.0.60
else
echo 'Skipped'
fi
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
run: |
cargo update -p openssl --precise 0.10.39
cargo update -p cc --precise 1.0.61
cargo update -p proc-macro2 --precise 1.0.60
# - name: Pin some dependencies to specific versions (MSRV only)
# if: ${{ matrix.rust == '1.65.0' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CIQuantaDisabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
run: |
cargo update -p openssl --precise 0.10.39
cargo update -p cc --precise 1.0.61
cargo update -p proc-macro2 --precise 1.0.60
# - name: Pin some dependencies to specific versions (MSRV only)
# if: ${{ matrix.rust == '1.65.0' }}
Expand Down

0 comments on commit 08b442e

Please sign in to comment.