We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200fc82 commit ccc9b3dCopy full SHA for ccc9b3d
contrib/test.sh
@@ -23,6 +23,7 @@ if [ "$TRAVIS_RUST_VERSION" = "1.29.0" ]; then
23
cargo update --verbose --package "serde" --precise "1.0.98"
24
cargo update --verbose --package "serde_derive" --precise "1.0.98"
25
cargo update --verbose --package "byteorder" --precise "1.3.4"
26
+ cargo update --verbose --package "unicode-bidi" --precise "0.3.4"
27
fi
28
29
if [ -n "$RUSTFMTCHECK" ]; then
0 commit comments