From 150bdb226e335dea580417af7d2e73a0f00dd854 Mon Sep 17 00:00:00 2001 From: Katsu Kawakami <kkawa1570@gmail.com> Date: Tue, 4 Oct 2016 06:08:46 -0400 Subject: [PATCH] Reving Rust Version for testing and Updating README for master docs --- .travis.yml | 2 +- README.md | 3 ++- appveyor.yml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f30b67cb..a328ee24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: rust rust: - - 1.11.0 + - 1.12.0 - beta - nightly script: diff --git a/README.md b/README.md index a151f9fd..88b9831c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Readline implementation in Rust that is based on [Antirez' Linenoise](https://github.com/antirez/linenoise) -[Documentation](https://docs.rs/rustyline) +[Documentation (Releases)](https://docs.rs/rustyline) +[Documentation (Master)](https://kkawakam.github.io/rustyline/rustyline/) **Supported Platforms** * Linux diff --git a/appveyor.yml b/appveyor.yml index 98dde425..4aae8469 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: matrix: - - TARGET: 1.11.0-x86_64-pc-windows-msvc - - TARGET: 1.11.0-x86_64-pc-windows-gnu + - TARGET: 1.12.0-x86_64-pc-windows-msvc + - TARGET: 1.12.0-x86_64-pc-windows-gnu - TARGET: beta-x86_64-pc-windows-msvc - TARGET: beta-x86_64-pc-windows-gnu install: -- GitLab