Skip to content

Commit 98703fd

Browse files
committed
Downgrade other deps for 1.71.1
Signed-off-by: John Nunley <dev@notgull.net>
1 parent 06f5613 commit 98703fd

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,18 @@ jobs:
4747
- name: Rust toolchain
4848
run: rustup default ${{ matrix.rust }}
4949

50-
- name: Downgrade tracing
50+
- name: Downgrade rayon
5151
if: ${{ matrix.rust == '1.71.1' }}
5252
run: cargo update --package rayon --precise 1.10.0
5353

54+
- name: Downgrade half
55+
if: ${{ matrix.rust == '1.71.1' }}
56+
run: cargo update --package half --precise 2.4.0
57+
58+
- name: Downgrade rayon-core
59+
if: ${{ matrix.rust == '1.71.1' }}
60+
run: cargo update --package rayon-core --precise 1.12.1
61+
5462
- name: Run tests
5563
run: cargo test --features "block_on executor"
5664

@@ -81,10 +89,18 @@ jobs:
8189
- name: Rust toolchain
8290
run: rustup default ${{ matrix.rust }}
8391

84-
- name: Downgrade tracing
92+
- name: Downgrade rayon
8593
if: ${{ matrix.rust == '1.71.1' }}
8694
run: cargo update --package rayon --precise 1.10.0
8795

96+
- name: Downgrade half
97+
if: ${{ matrix.rust == '1.71.1' }}
98+
run: cargo update --package half --precise 2.4.0
99+
100+
- name: Downgrade rayon-core
101+
if: ${{ matrix.rust == '1.71.1' }}
102+
run: cargo update --package rayon-core --precise 1.12.1
103+
88104
- name: Run tests
89105
run: cargo test --features "block_on executor"
90106

0 commit comments

Comments
 (0)