mirror of
https://github.com/alacritty/alacritty.git
synced 2025-08-07 22:12:25 -04:00
Set maximum Rust version to 1.31.0
By setting the minimum Rust version and enforcing it with CI, Alacritty should hopefully make it possible for maintainers to package the application even on distributions which are not rolling release. The 1.31.0 target has been chosen here because it's the first version of the Rust 2018 release. Bumping this version in the future should be considered to be a breaking change and should only be done with caution and in consideration of the supported Rust versions of the major distributions available. This fixes #2277.
This commit is contained in:
parent
f2a5def2cb
commit
56fea343ff
16 changed files with 86 additions and 101 deletions
|
@ -42,7 +42,7 @@ clap = "2"
|
|||
fnv = "1"
|
||||
unicode-width = "0.1"
|
||||
arraydeque = "0.4"
|
||||
glutin = { version = "0.21.0-rc1", features = ["icon_loading"] }
|
||||
glutin = { version = "0.21.0-rc2", features = ["icon_loading"] }
|
||||
env_logger = "0.6.0"
|
||||
base64 = "0.10.0"
|
||||
static_assertions = "0.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue