Skip to content

Commit dca013e

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

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.travis.yml

+1-1
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

+1-1
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

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
nightly-2019-06-01
1+
<<<<<<< HEAD
2+
nightly-2019-06-01
3+
=======
4+
nightly-2019-05-22
5+
>>>>>>> master

0 commit comments

Comments
 (0)