summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-04-23 03:43:21 +0200
committerChristian Duerr <contact@christianduerr.com>2020-04-23 19:04:13 +0000
commit738c8de23246c1e8be705163d17ce8a4288cef3d (patch)
tree7c484ae0d9713a247e06ea65aaa1270262826b7f
parent3bfb5958bc39360aeb071055660c2509650b6a95 (diff)
Bump minimum supported Rust version to 1.41.0
-rw-r--r--.builds/freebsd.yml6
-rw-r--r--.travis.yml12
-rw-r--r--CHANGELOG.md2
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--extra/linux/redhat/alacritty.spec2
5 files changed, 12 insertions, 12 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 005308fc..65281182 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -12,10 +12,10 @@ sources:
tasks:
- rustup: |
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --profile minimal
- - 1-39-0: |
- $HOME/.cargo/bin/rustup toolchain install --profile minimal 1.39.0
+ - 1-41-0: |
+ $HOME/.cargo/bin/rustup toolchain install --profile minimal 1.41.0
cd alacritty
- $HOME/.cargo/bin/cargo +1.39.0 test
+ $HOME/.cargo/bin/cargo +1.41.0 test
- stable: |
cd alacritty
$HOME/.cargo/bin/cargo +stable test
diff --git a/.travis.yml b/.travis.yml
index 71100b10..5b4e6493 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ os:
- osx
rust:
- - 1.39.0
+ - 1.41.0
- stable
- nightly
@@ -30,22 +30,22 @@ matrix:
- name: "Clippy Linux"
os: linux
env: CLIPPY=true
- rust: 1.39.0
+ rust: 1.41.0
- name: "Clippy OSX"
os: osx
env: CLIPPY=true
- rust: 1.39.0
+ rust: 1.41.0
- name: "Clippy Windows"
os: windows
env: CLIPPY=true
- rust: 1.39.0-x86_64-pc-windows-msvc
+ rust: 1.41.0-x86_64-pc-windows-msvc
- name: "Rustfmt"
os: linux
env: RUSTFMT=true
rust: nightly
- - name: "Windows 1.39.0"
+ - name: "Windows 1.41.0"
os: windows
- rust: 1.39.0-x86_64-pc-windows-msvc
+ rust: 1.41.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 8aa280e4..402278b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.39.0
+- Minimum Rust version has been bumped to 1.41.0
### Added
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 961be9e1..1ab17fcc 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.39.0. All patches are expected
+Please note that the minimum supported version of Alacritty is Rust 1.41.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 07a0dff5..838dc3d5 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.39.0
+BuildRequires: rust >= 1.41.0
BuildRequires: cargo
BuildRequires: cmake
BuildRequires: freetype-devel