Force local and Travis builds to use an old nightly (#67)

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron 2019-06-19 11:34:28 +12:00 committed by Ana Hobden
parent 90f715f47c
commit aa3e1af271
3 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ os:
rust:
# Requires nightly for now, stable can be re-enabled when 1.36 is stable.
# - stable
- nightly
- nightly-2019-05-22
env:
global:
- RUST_BACKTRACE=1

View File

@ -1,6 +1,6 @@
# TiKV Client (Rust)
[![Build Status](https://travis-ci.org/tikv/client-rust.svg?branch=master)](https://travis-ci.org/pingcap/client-rust)
[![Build Status](https://travis-ci.org/tikv/client-rust.svg?branch=master)](https://travis-ci.org/tikv/client-rust)
[![Documentation](https://docs.rs/tikv-client/badge.svg)](https://docs.rs/tikv-client/)
> Currently this crate is experimental and some portions (e.g. the Transactional API) are still in active development. You're encouraged to use this library for testing and to help us find problems!

1
rust-toolchain Normal file
View File

@ -0,0 +1 @@
nightly-2019-05-22