Bump minimum Rust version to 1.36.0

This commit is contained in:
Christian Duerr 2019-09-09 21:40:48 +00:00 committed by GitHub
parent 86ffa181b3
commit 8aa406b98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 419 additions and 345 deletions

View File

@ -12,7 +12,7 @@ os:
- windows
rust:
- 1.34.0
- 1.36.0
- stable
- nightly

View File

@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Packaging
- Minimum Rust version has been bumped to 1.34.0
- Minimum Rust version has been bumped to 1.36.0
### Added

View File

@ -63,7 +63,7 @@ All patches have to be sent on Github as [pull requests](https://github.com/jwil
If you are looking for a place to start contributing to Alacritty, take a look at the [help wanted](https://github.com/jwilm/alacritty/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) and [easy](https://github.com/jwilm/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.34.0. All patches are expected to work with the minimum supported version.
Please note that the minimum supported version of Alacritty is Rust 1.36.0. All patches are expected to work with the minimum supported version.
### Testing

756
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

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