Skip to content

Commit d1e1707

Browse files
author
Markus Westerlind
committed
Limit unicode-normalization to 0.1.6 on travis
1 parent 1525ea6 commit d1e1707

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
- cargo update
99
# getopts is only used in tests. Its versions 0.2.16+ don’t build on 1.17.0
1010
- cargo update -p getopts --precise 0.2.15
11+
12+
- cargo update -p unicode-normalization --precise 0.1.6
13+
1114
# data-url uses pub(crate) which is unstable in 1.17
1215
script: cargo test --all-features -p url -p idna -p percent-encoding -p url_serde
1316

0 commit comments

Comments
 (0)