From 91d77aeba65690c80f0596ba21511d766a22c5df Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 6 Jan 2020 20:43:04 -0700 Subject: [PATCH] Move to 1.36 until we can sort out the actual minimum we need --- .travis.yml | 2 +- Cargo.toml | 1 - README.md | 2 +- appveyor.yml | 8 ++++---- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44941d0..89d83eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ cache: cargo rust: - - 1.24.0 + - 1.36.0 - stable matrix: diff --git a/Cargo.toml b/Cargo.toml index e406e20..1d483a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ categories = ["data-structures", "no-std"] [features] default = [] -rustc_28 = [] [badges] appveyor = { repository = "Lokathor/tinyvec" } diff --git a/README.md b/README.md index 094f52d..4e48175 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![License:Zlib](https://img.shields.io/badge/License-Zlib-brightgreen.svg)](https://opensource.org/licenses/Zlib) -![Minimum Rust Version](https://img.shields.io/badge/Min%20Rust-1.24-green.svg) +![Minimum Rust Version](https://img.shields.io/badge/Min%20Rust-1.36-green.svg) [![travis.ci](https://travis-ci.org/Lokathor/tinyvec.svg?branch=master)](https://travis-ci.org/Lokathor/tinyvec) [![AppVeyor](https://ci.appveyor.com/api/projects/status/wfnu1tyudka6jbk1/branch/master?svg=true)](https://ci.appveyor.com/project/Lokathor/tinyvec/branch/master) [![crates.io](https://img.shields.io/crates/v/tinyvec.svg)](https://crates.io/crates/tinyvec) diff --git a/appveyor.yml b/appveyor.yml index 6c51465..9323d2d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,13 +6,13 @@ matrix: environment: matrix: - - channel: 1.24.0 + - channel: 1.36.0 target: i686-pc-windows-msvc - - channel: 1.24.0 + - channel: 1.36.0 target: x86_64-pc-windows-msvc - - channel: 1.24.0 + - channel: 1.36.0 target: i686-pc-windows-gnu - - channel: 1.24.0 + - channel: 1.36.0 target: x86_64-pc-windows-gnu install: