diff options
| author | Edward Barnard | 2017-11-21 16:39:01 +0000 | 
|---|---|---|
| committer | Edward Barnard | 2017-11-21 16:51:35 +0000 | 
| commit | cab38688e44f64213fcc51b83f9a9b36ad8bbfc3 (patch) | |
| tree | adc0a3ec054fd5e17faffd12cd29b9f33934d19d | |
| parent | 2c3744d525f8bfa13690981e6dc72bd89e15135f (diff) | |
| download | rust-plist-cab38688e44f64213fcc51b83f9a9b36ad8bbfc3.tar.bz2 | |
Bump minimum Rust version to 1.20.0 as required by bitflags 1.0.1.
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.travis.yml b/.travis.yml index d1aac68..ad6026a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ rust:  - nightly  - beta  - stable -- 1.15.0 +- 1.20.0  script:  - |    cargo test | 
