Skip to content

Commit f19c1b5

Browse files
committed
Merge #351: CI: Fix pinning
30c5ea7 CI: Fix pinning (Tobin C. Harding) Pull request description: MSRV build just broke because of a bunch of dependencies. I did not investigate why I just found a set of versions that builds. There are more CI fixes in the wind, this just makes the MSRV job pass because all PRs are currently held up by the failing job. ACKs for top commit: apoelstra: ACK 30c5ea7 Tree-SHA512: 784461836c8a5824026c07ab64faa5c3db2ab414c6ab19f62e61af3b002f290c816209167646cbf7f40b6053d4a06c1ff2602e2467a4154eb485a53d6f118cdc
2 parents 4653d23 + 30c5ea7 commit f19c1b5

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
@@ -16,7 +16,10 @@ fi
1616
# Test pinned versions.
1717
if cargo --version | grep ${MSRV}; then
1818
cargo update -p tempfile --precise 3.3.0
19+
cargo update -p cc --precise 1.0.79
1920
cargo update -p log --precise 0.4.18
21+
cargo update -p serde_json --precise 1.0.96
22+
cargo update -p serde --precise 1.0.156
2023
fi
2124

2225
# Integration test.

0 commit comments

Comments
 (0)