File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments