From aa3e1af2716182b239d4fcc2213f14374990ae7c Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Wed, 19 Jun 2019 11:34:28 +1200 Subject: [PATCH] Force local and Travis builds to use an old nightly (#67) Signed-off-by: Nick Cameron --- .travis.yml | 2 +- README.md | 2 +- rust-toolchain | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 rust-toolchain diff --git a/.travis.yml b/.travis.yml index cdaf17e4..cd03564f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 034f2477..b09948a4 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/rust-toolchain b/rust-toolchain new file mode 100644 index 00000000..f677ace0 --- /dev/null +++ b/rust-toolchain @@ -0,0 +1 @@ +nightly-2019-05-22