Skip to content

Commit

Permalink
Merge branch 'master' into proptest
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jun 18, 2019
2 parents ed3d1ab + aa3e1af commit ebe3261
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2019-06-01
nightly-2019-05-22

0 comments on commit ebe3261

Please sign in to comment.