diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-09 19:29:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-09 19:29:46 +0000 |
commit | 56fea343ff94b23aa94f8756643c015f20517e8f (patch) | |
tree | 3239fc02d89aebdac9d802b66836838102d93e97 /README.md | |
parent | f2a5def2cbfd4812007aeab16e66c9851bc30d3d (diff) | |
download | alacritty-56fea343ff94b23aa94f8756643c015f20517e8f.tar.gz alacritty-56fea343ff94b23aa94f8756643c015f20517e8f.zip |
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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -149,6 +149,11 @@ On Windows the config file is located at: `%APPDATA%\alacritty\alacritty.yml` +## Contributing + +A full guideline about contributing to Alacritty can be found in the +[`CONTRIBUTING.md`](CONTRIBUTING.md) file. + ## Issues (known, unknown, feature requests, etc.) If you run into a problem with Alacritty, please file an issue. If you've got a |