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 1525ea6 commit d1e1707Copy full SHA for d1e1707
.travis.yml
@@ -8,6 +8,9 @@ jobs:
8
- cargo update
9
# getopts is only used in tests. Its versions 0.2.16+ don’t build on 1.17.0
10
- cargo update -p getopts --precise 0.2.15
11
+
12
+ - cargo update -p unicode-normalization --precise 0.1.6
13
14
# data-url uses pub(crate) which is unstable in 1.17
15
script: cargo test --all-features -p url -p idna -p percent-encoding -p url_serde
16
0 commit comments