Skip to content

Commit 9ad1495

Browse files
committed
fix ci for serde breakage
1 parent 80a2057 commit 9ad1495

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ fi
1717
# Pin dependencies required to build with Rust 1.41.1
1818
if cargo --version | grep "1\.41\.0"; then
1919
cargo update -p once_cell --precise 1.13.1
20+
cargo update -p serde --precise 1.0.156
2021
fi
2122

2223
# Pin dependencies required to build with Rust 1.47.0
2324
if cargo --version | grep "1\.47\.0"; then
2425
cargo update -p once_cell --precise 1.13.1
26+
cargo update -p serde --precise 1.0.156
2527
fi
2628

2729
# Fuzz if told to

0 commit comments

Comments
 (0)