Skip to content

Commit ebe3261

Browse files
committed
Merge branch 'master' into proptest
2 parents ed3d1ab + aa3e1af commit ebe3261

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2019-06-01
1+
nightly-2019-05-22

0 commit comments

Comments
 (0)