diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-07-28 13:00:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 13:00:55 +0300 |
commit | 6c4e45f3a69c71958e65fae9a15f82d0c5a27742 (patch) | |
tree | 311a32b95b705e9cded8fa2c6f06b297586513fe /.travis.yml | |
parent | b7faa9f4378cf922c44f53a8003731fb0de13670 (diff) | |
download | alacritty-6c4e45f3a69c71958e65fae9a15f82d0c5a27742.tar.gz alacritty-6c4e45f3a69c71958e65fae9a15f82d0c5a27742.zip |
Bump minimum supported Rust version to 1.43.0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index b6c28ee7..6e1e125f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ os: - osx rust: - - 1.41.0 + - 1.43.1 - stable matrix: @@ -26,18 +26,18 @@ matrix: - name: "Clippy Linux" os: linux env: CLIPPY=true - rust: 1.41.0 + rust: 1.43.1 - name: "Clippy OSX" os: osx env: CLIPPY=true - rust: 1.41.0 + rust: 1.43.1 - name: "Clippy Windows" os: windows env: CLIPPY=true - rust: 1.41.0-x86_64-pc-windows-msvc - - name: "Windows 1.41.0" + rust: 1.43.1-x86_64-pc-windows-msvc + - name: "Windows 1.43.1" os: windows - rust: 1.41.0-x86_64-pc-windows-msvc + rust: 1.43.1-x86_64-pc-windows-msvc - name: "Windows Stable" os: windows rust: stable-x86_64-pc-windows-msvc |