Skip to content

Commit

Permalink
Pin serde_test to 1.0.152
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tcharding committed Jul 27, 2023
1 parent c8f9ee9 commit 1081b46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if cargo --version | grep "1\.48\.0"; then
cargo update -p serde_json --precise 1.0.99
cargo update -p serde --precise 1.0.152
cargo update -p log --precise 0.4.18
cargo update -p serde_test --precise 1.0.152
fi

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

0 comments on commit 1081b46

Please sign in to comment.