Bump minimum Rust version to 1.37.0

This commit is contained in:
Christian Duerr 2020-01-19 16:27:24 +01:00 committed by GitHub
parent 2199bbef51
commit fb1d3bef3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View File

@ -16,7 +16,7 @@ os:
- osx
rust:
- 1.36.0
- 1.37.0
- stable
- nightly
@ -43,9 +43,9 @@ matrix:
os: linux
env: RUSTFMT=true
rust: nightly
- name: "Windows 1.36.0"
- name: "Windows 1.37.0"
os: windows
rust: 1.36.0-x86_64-pc-windows-msvc
rust: 1.37.0-x86_64-pc-windows-msvc
- name: "Windows Stable"
os: windows
rust: stable-x86_64-pc-windows-msvc

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 0.4.2-dev
### Packaging
- Minimum Rust version has been bumped to 1.37.0
### Changed
- Pressing additional modifiers for mouse bindings will no longer trigger them

View File

@ -42,7 +42,7 @@ and
[easy](https://github.com/alacritty/alacritty/issues?q=is%3Aopen+is%3Aissue+label%3A%22D+-+easy%22)
issues.
Please note that the minimum supported version of Alacritty is Rust 1.36.0. All patches are expected
Please note that the minimum supported version of Alacritty is Rust 1.37.0. All patches are expected
to work with the minimum supported version.
### Testing

View File

@ -7,7 +7,7 @@ URL: https://github.com/alacritty/alacritty
VCS: https://github.com/alacritty/alacritty.git
Source: alacritty-%{version}.tar
BuildRequires: rust >= 1.36.0
BuildRequires: rust >= 1.37.0
BuildRequires: cargo
BuildRequires: cmake
BuildRequires: freetype-devel