Skip to content

Commit

Permalink
Add byteorder pinning for 1.29.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Jan 15, 2021
1 parent 16bd047 commit f0536d0
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 @@ -17,6 +17,7 @@ if [ "$TRAVIS_RUST_VERSION" = "1.29.0" ]; then
cargo update --verbose --package "serde_json" --precise "1.0.39"
cargo update --verbose --package "serde" --precise "1.0.98"
cargo update --verbose --package "serde_derive" --precise "1.0.98"
cargo update --verbose --package "byteorder" --precise "1.3.4"
fi

if [ -n "$RUSTFMTCHECK" ]; then
Expand Down

0 comments on commit f0536d0

Please sign in to comment.