diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-07-30 22:13:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 22:13:51 +0000 |
commit | 86b9cdbabe495effed3559d2561f65efab9becaa (patch) | |
tree | 83577b53d79de856697d116d9a4062025f27b561 /.travis.yml | |
parent | 72dfa477a9785289931e8e05dfc8244bb6a4e81c (diff) | |
download | alacritty-86b9cdbabe495effed3559d2561f65efab9becaa.tar.gz alacritty-86b9cdbabe495effed3559d2561f65efab9becaa.zip |
Bump minimum supported Rust version to 1.34.0
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 d8b687aa..372107f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ os: - windows rust: - - 1.32.0 + - 1.34.0 - stable - nightly |