Skip to content

Commit

Permalink
CI: Fix pinning
Browse files Browse the repository at this point in the history
MSRV build just broke because of a bunch of dependencies. I did not
investigate why I just found a set of versions that builds.
  • Loading branch information
tcharding committed May 4, 2024
1 parent 8389256 commit 24a549e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ fi
# Test pinned versions.
if cargo --version | grep ${MSRV}; then
cargo update -p tempfile --precise 3.3.0
cargo update -p cc --precise 1.0.79
cargo update -p log --precise 0.4.18
cargo update -p serde_json --precise 1.0.96
cargo update -p serde --precise 1.0.156
fi

# Integration test.
Expand Down

0 comments on commit 24a549e

Please sign in to comment.