Skip to content

Commit

Permalink
ci: remove allocator-api2 pin
Browse files Browse the repository at this point in the history
  • Loading branch information
rustaceanrob committed Sep 6, 2024
1 parent 9b28b98 commit fa3a6f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
rustup component add --toolchain ${{ matrix.toolchain }} rustfmt
rustup component add --toolchain ${{ matrix.toolchain }} clippy
rustup update ${{ matrix.toolchain }}
- name: Pin dependencies
if: matrix.msrv
run: cargo update -p allocator-api2 --precise "0.2.9" --verbose
- name: Lint all targets
run: cargo clippy
- name: Format
Expand Down

0 comments on commit fa3a6f0

Please sign in to comment.