mirror of https://github.com/tikv/client-rust.git
Force local and Travis builds to use an old nightly (#67)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
parent
90f715f47c
commit
aa3e1af271
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# TiKV Client (Rust)
|
||||
|
||||
[](https://travis-ci.org/pingcap/client-rust)
|
||||
[](https://travis-ci.org/tikv/client-rust)
|
||||
[](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!
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
nightly-2019-05-22
|
Loading…
Reference in New Issue