diff options
| author | Edward Barnard | 2015-11-06 21:37:32 +0000 |
|---|---|---|
| committer | Edward Barnard | 2015-11-06 21:37:32 +0000 |
| commit | ccc6671706f90c06a360285e47b0a18dd2a46b21 (patch) | |
| tree | 2be096c5367ed674663e5e91fbfa83ace5b7e5fa | |
| parent | 0d0da0a06b7637df1cd6c7194a0ab85164c4ab06 (diff) | |
| download | rust-plist-ccc6671706f90c06a360285e47b0a18dd2a46b21.tar.bz2 | |
Update minimum tested rust version
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 61112ea..d0c925b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ rust: - nightly - beta - stable -- 1.0.0 +- 1.3.0 before_script: - | pip install 'travis-cargo<0.2' --user && |
