Skip to content

Commit b75339e

Browse files
committed
Increase MSRV to 1.24.0
The 1.24.0 release has been over a year ago and is needed by the prior commits.
1 parent 063f658 commit b75339e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: rust
22

33
jobs:
44
include:
5-
- rust: 1.17.0
5+
- rust: 1.24.0
66
install:
77
# --precise requires Cargo.lock to already exist
88
- cargo update
@@ -11,8 +11,7 @@ jobs:
1111

1212
- cargo update -p unicode-normalization --precise 0.1.5
1313

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
14+
script: cargo test --all-features -p url -p idna -p percent-encoding -p url_serde -p data-url
1615

1716
- rust: stable
1817
script: cargo test --all-features --all

0 commit comments

Comments
 (0)