Skip to content

Commit 1081b46

Browse files
committed
Pin serde_test to 1.0.152
This is just a dev dependency so I did not think that hard about it, just took a stab at using the same version that we in for `serde` and it works.
1 parent c8f9ee9 commit 1081b46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ if cargo --version | grep "1\.48\.0"; then
2828
cargo update -p serde_json --precise 1.0.99
2929
cargo update -p serde --precise 1.0.152
3030
cargo update -p log --precise 0.4.18
31+
cargo update -p serde_test --precise 1.0.152
3132
fi
3233

3334
# Test bitcoind integration tests if told to (this only works with the stable toolchain)

0 commit comments

Comments
 (0)