Skip to content

Commit

Permalink
Merge pull request #175 from sgeisler/2021-05-fix-ci
Browse files Browse the repository at this point in the history
Fix 1.29 tests by pinning newly-incompatible crate unicode-bidi
  • Loading branch information
stevenroose committed May 3, 2021
2 parents 1520b83 + ccc9b3d commit 27dd8be
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 @@ -23,6 +23,7 @@ if [ "$TRAVIS_RUST_VERSION" = "1.29.0" ]; then
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"
cargo update --verbose --package "unicode-bidi" --precise "0.3.4"
fi

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

0 comments on commit 27dd8be

Please sign in to comment.