mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Bump minimum Rust version to 1.36.0
This commit is contained in:
parent
86ffa181b3
commit
8aa406b98b
5 changed files with 419 additions and 345 deletions
|
@ -12,7 +12,7 @@ os:
|
|||
- windows
|
||||
|
||||
rust:
|
||||
- 1.34.0
|
||||
- 1.36.0
|
||||
- stable
|
||||
- nightly
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
756
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue