Skip to content

Commit

Permalink
Pining dependency version for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
rantan committed Jul 12, 2024
1 parent 43feca8 commit bf55963
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
run: $HOME/.cargo/bin/rustup default ${{ matrix.rust }}
- name: Set profile
run: $HOME/.cargo/bin/rustup set profile minimal
- name: Pin dependencies for MSRV
if: matrix.rust == '1.63.0'
run: |
cargo update -p cc --precise "1.0.105"
- name: Fmt
run: cargo fmt -- --check --verbose
- name: "[Pending]Test"
Expand Down

0 comments on commit bf55963

Please sign in to comment.