From dfc8fe09218a6f57107b397d86e521304b4e3864 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Sat, 17 Jun 2017 14:24:49 +0300 Subject: [PATCH] Bump minimum Rust version to 1.16 --- .travis.yml | 7 ++----- README.markdown | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3303ac5..cb1b148 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ rust: - stable - beta - nightly - - 1.15.1 + - 1.16 os: - linux - osx @@ -18,8 +18,5 @@ before_install: - git submodule update --init --recursive script: - # 1.15 doesn't yet support cargo build --all - - cd imgui-sys && cargo build --verbose && cd .. - - cd imgui-glium-renderer && cargo build --verbose && cd .. - - cargo build --verbose + - cargo build --all --verbose - cargo test --all --verbose diff --git a/README.markdown b/README.markdown index 93fda3a..c2bc5b0 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ **Still fairly experimental!** -Minimum Rust version: 1.15 +Minimum Rust version: 1.16 [![Build Status](https://travis-ci.org/Gekkio/imgui-rs.svg?branch=master)](https://travis-ci.org/Gekkio/imgui-rs) [![Latest release on crates.io](https://meritbadge.herokuapp.com/imgui)](https://crates.io/crates/imgui)