We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063f658 commit b75339eCopy full SHA for b75339e
.travis.yml
@@ -2,7 +2,7 @@ language: rust
2
3
jobs:
4
include:
5
- - rust: 1.17.0
+ - rust: 1.24.0
6
install:
7
# --precise requires Cargo.lock to already exist
8
- cargo update
@@ -11,8 +11,7 @@ jobs:
11
12
- cargo update -p unicode-normalization --precise 0.1.5
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
+ script: cargo test --all-features -p url -p idna -p percent-encoding -p url_serde -p data-url
16
17
- rust: stable
18
script: cargo test --all-features --all
0 commit comments