From 21f9e2b0f79b41037c7195898937f106a65340d9 Mon Sep 17 00:00:00 2001 From: bspeice Date: Thu, 3 May 2018 02:22:31 -0400 Subject: [PATCH] Bump minimum required version to 1.24 #40 --- .travis.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5400e99c..76ce43c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,10 @@ matrix: # Minimum Rust supported channel. - os: linux - rust: 1.22.1 + rust: 1.24.0 env: TARGET=x86_64-unknown-linux-gnu - os: osx - rust: 1.22.1 + rust: 1.24.0 env: TARGET=x86_64-apple-darwin addons: diff --git a/README.md b/README.md index 8a38648a..2c79444f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ makepkg -si ### From source -If you want to build to compile `bat` from source, you need Rust 1.22 or higher. +If you want to build to compile `bat` from source, you need Rust 1.24 or higher. You can then use `cargo` to build everything: ``` bash