Skip to content

Commit

Permalink
Remove downgrade steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Sep 2, 2024
1 parent c6b5c79 commit 80e8ce1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ jobs:
- name: Build System Info
run: rustc --version

- name: Downgrade bumpalo
run: cargo update -p bumpalo@3.15.4 --precise 3.14.0

- name: Downgrade half
run: cargo update -p half@2.4.0 --precise 2.2.1

- name: Run tests default features
run: cargo test

Expand Down

0 comments on commit 80e8ce1

Please sign in to comment.