Skip to content

Commit 97081ec

Browse files
committed
CI: Fix pinning
MSRV build just broke because of a bunch of dependencies. I did not investigate why I just found a set of versions that builds.
1 parent 33293a5 commit 97081ec

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)