summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-01-19 16:27:24 +0100
committerGitHub <noreply@github.com>2020-01-19 16:27:24 +0100
commitfb1d3bef3f45e64a06e5db16f5b21cfa2aacb4df (patch)
treec105869a0155970a565ee775769b56ab50846827
parent2199bbef5122d81a5bb5958d62f1c9b1d7d7696a (diff)
downloadalacritty-fb1d3bef3f45e64a06e5db16f5b21cfa2aacb4df.tar.gz
alacritty-fb1d3bef3f45e64a06e5db16f5b21cfa2aacb4df.zip
Bump minimum Rust version to 1.37.0
-rw-r--r--.travis.yml6
-rw-r--r--CHANGELOG.md4
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--extra/linux/redhat/alacritty.spec2
4 files changed, 9 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 107ba810..8116ed75 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f47f4fb..0598feda 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 97782522..7b977432 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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
diff --git a/extra/linux/redhat/alacritty.spec b/extra/linux/redhat/alacritty.spec
index a253c67f..c098309c 100644
--- a/extra/linux/redhat/alacritty.spec
+++ b/extra/linux/redhat/alacritty.spec
@@ -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