Skip to content

Commit daa8df3

Browse files
authored
Ensure building with serde-big-array 0.4.1 works (#34)
1 parent 5a0788e commit daa8df3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
5050
- uses: Swatinem/rust-cache@v2
5151

52+
- name: Set serde-big-array to minimum version (0.4.1)
53+
if: matrix.rust == 'msrv'
54+
run: cargo update -p serde-big-array --precise 0.4.1
55+
5256
- name: cargo test
5357
run: cargo test --workspace ${{ matrix.rust-args }}
5458

0 commit comments

Comments
 (0)