Skip to content

Commit aa3e1af

Browse files
nrcHoverbear
authored andcommitted
Force local and Travis builds to use an old nightly (#67)
Signed-off-by: Nick Cameron <[email protected]>
1 parent 90f715f commit aa3e1af

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ os:
88
rust:
99
# Requires nightly for now, stable can be re-enabled when 1.36 is stable.
1010
# - stable
11-
- nightly
11+
- nightly-2019-05-22
1212
env:
1313
global:
1414
- RUST_BACKTRACE=1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TiKV Client (Rust)
22

3-
[![Build Status](https://travis-ci.org/tikv/client-rust.svg?branch=master)](https://travis-ci.org/pingcap/client-rust)
3+
[![Build Status](https://travis-ci.org/tikv/client-rust.svg?branch=master)](https://travis-ci.org/tikv/client-rust)
44
[![Documentation](https://docs.rs/tikv-client/badge.svg)](https://docs.rs/tikv-client/)
55

66
> 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!

rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nightly-2019-05-22

0 commit comments

Comments
 (0)