Skip to content

Commit

Permalink
FIX MSRV dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Feb 28, 2024
1 parent b3c29cc commit 5f49b76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
run: |
rustup toolchain install ${{ matrix.rust.version }} --profile minimal ${{ matrix.rust.component }} --target ${{ matrix.target.target }}
rustup default ${{ matrix.rust.version }}
- name: Fix MSRV dependencies
if: matrix.rust.msrv == true
run: cargo update -p bumpalo --precise 3.14.0
- name: Build
env:
RUSTFLAGS: ${{ matrix.rust.flags }}
Expand Down

0 comments on commit 5f49b76

Please sign in to comment.