Skip to content

Commit

Permalink
ci: pin some more deps for 1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Jul 18, 2023
1 parent f551774 commit a17fb56
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 @@ -9,6 +9,7 @@ rustc --version

# Pin dependencies required to build with Rust 1.48
if cargo --version | grep "1\.48"; then
cargo update -p serde_json --precise 1.0.99
cargo update -p serde --precise 1.0.156
fi

Expand Down

0 comments on commit a17fb56

Please sign in to comment.