From 72c587cdcbef5cb7b170de4fa3111b70c4b8b9c0 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sat, 6 Oct 2018 14:09:47 +0200 Subject: [PATCH] Bump minor version to 1.28 --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7178417c..981d722e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: # The earliest stable Rust version that works - env: TARGET=x86_64-unknown-linux-gnu - rust: 1.27.0 + rust: 1.28.0 before_install: set -e diff --git a/appveyor.yml b/appveyor.yml index 18d4278e..8a539a5d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,7 @@ environment: matrix: - target: x86_64-pc-windows-msvc - RUST_VERSION: 1.27.0 + RUST_VERSION: 1.28.0 - target: x86_64-pc-windows-msvc RUST_VERSION: stable