diff options
| author | Edward Barnard | 2015-12-22 13:20:34 +0000 |
|---|---|---|
| committer | Edward Barnard | 2015-12-22 13:20:34 +0000 |
| commit | e43f1b99415d9a447dd450581ce303afd17f6354 (patch) | |
| tree | 9e1d6c70ccb304126bc16922034148fe8aab9625 /.travis.yml | |
| parent | 01b1c3d1105e532f4be9d52fd88cb3c71447c8ea (diff) | |
| download | rust-plist-e43f1b99415d9a447dd450581ce303afd17f6354.tar.bz2 | |
Bump min supported rust version
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d0c925b..bdc9561 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ rust: - nightly - beta - stable -- 1.3.0 +- 1.4.0 before_script: - | pip install 'travis-cargo<0.2' --user && |
