diff options
author | Wez Furlong <wez@wezfurlong.org> | 2019-07-29 09:12:59 -0700 |
---|---|---|
committer | Wez Furlong <wez@wezfurlong.org> | 2019-07-29 09:13:32 -0700 |
commit | a19728e70d274eb82ad420a34fb0764aa4df298d (patch) | |
tree | cc073291ece4558e11d8d8595eacbe1fe1effeec | |
parent | 13c3dc1de08e4be6c0b62f842e87f029ba1ab2ec (diff) | |
download | ssh2-rs-a19728e70d274eb82ad420a34fb0764aa4df298d.zip |
adopt rust 1.36 as the min rust version
Closes https://github.com/alexcrichton/ssh2-rs/issues/119
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4fe2af6..d21a4fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: required matrix: include: - - rust: 1.26.0 + - rust: 1.36.0 - rust: stable - os: osx before_install: |