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