Skip to content

Commit cd8da9e

Browse files
committed
Pin serde to 1.0.142
Complimentary to rust-bitcoin/rust-bitcoin#1178
1 parent 27bc329 commit cd8da9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/test.sh

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ then
1010
alias cargo="cargo +$TOOLCHAIN"
1111
fi
1212

13+
cargo update -p serde --precise 1.0.142
14+
cargo update -p serde_derive --precise 1.0.142
15+
1316
cargo --version
1417
rustc --version
1518

0 commit comments

Comments
 (0)