From 9addaa15e96bb198f1ac681c56ff00e04324e204 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Wed, 22 May 2019 16:30:47 +0200 Subject: [PATCH] Increase minimal required Rust version (due to dependencies) --- .travis.yml | 17 ++++------------- README.md | 2 +- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a44c7a..d41e3bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,21 +1,12 @@ language: rust rust: - - 1.24.0 - - 1.25.0 - - 1.26.0 - - 1.27.0 - - 1.28.0 - - 1.29.0 - - 1.30.0 -# - stable -# - beta -# - nightly + - 1.32.0 env: - ARCH=x86_64 FEATURES='' -# - ARCH=i686 FEATURES='' -# - ARCH=x86_64 FEATURES='serde1' -# - ARCH=i686 FEATURES='serde1' + - ARCH=i686 FEATURES='' + - ARCH=x86_64 FEATURES='serde1' + - ARCH=i686 FEATURES='serde1' addons: apt: diff --git a/README.md b/README.md index a277e83..b818f8e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The following optional feature is available: ## Rust version requirements -Rustc version 1.24 or greater is supported. +Rustc version 1.32 or greater is supported. ## Related Projects