From 767ac84749f1ddb88fb850d58b535c2bd31ea820 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Sun, 29 Apr 2018 11:38:38 +0300 Subject: [PATCH] Bump minimum Rust version to 1.23 Damn you pkg-config crate :( :( --- .travis.yml | 2 +- README.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 929230d..a068748 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ rust: - stable - beta - nightly - - 1.20.0 + - 1.23.0 os: - linux - osx diff --git a/README.markdown b/README.markdown index 5f413b9..f282a07 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ **Still fairly experimental!** -Minimum Rust version: 1.20 +Minimum Rust version: 1.23 [![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)