Skip to content

Commit bd934f2

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ then
1010
alias cargo="cargo +$TOOLCHAIN"
1111
fi
1212

13+
cargo update -p serde --precise 1.0.142
14+
cargo update -p serde_test --precise 1.0.142
15+
cargo update -p serde_derive --precise 1.0.142
16+
1317
cargo --version
1418
rustc --version
1519

0 commit comments

Comments
 (0)