Skip to content

Commit e061882

Browse files
committed
Remove downgrade steps
1 parent 6f9b553 commit e061882

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ jobs:
5454
- name: Build System Info
5555
run: rustc --version
5656

57-
- name: Downgrade bumpalo
58-
run: cargo update -p bumpalo@3.15.4 --precise 3.14.0
59-
60-
- name: Downgrade half
61-
run: cargo update -p half@2.4.0 --precise 2.2.1
62-
6357
- name: Run tests default features
6458
run: cargo test
6559

0 commit comments

Comments
 (0)