diff options
| author | Steven Fackler <[email protected]> | 2016-11-09 20:50:09 +0000 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-11-09 20:50:09 +0000 |
| commit | 374144807f641437ba628112e9e1b6f2fffe0933 (patch) | |
| tree | 9d0a6a069adb5e16658779aa81f4666323130279 | |
| parent | Drop rustc-serialize dependency (diff) | |
| download | rust-openssl-374144807f641437ba628112e9e1b6f2fffe0933.tar.xz rust-openssl-374144807f641437ba628112e9e1b6f2fffe0933.zip | |
Bump minimum version
rustc-serialize dropped 1.9 support
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 55ba716d..e1258da9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ matrix: - binfmt-support # Minimum version supported - - rust: 1.9.0 + - rust: 1.10.0 # beta/nightly channels - rust: beta |