Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tikv/tikv into fix-test
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Juncen <yujuncen@pingcap.com>
  • Loading branch information
YuJuncen committed May 14, 2022
2 parents ef44a4d + de208b5 commit 3fec0d7
Show file tree
Hide file tree
Showing 15 changed files with 969 additions and 67 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tikv"
version = "6.0.0-alpha"
version = "6.1.0-alpha"
authors = ["The TiKV Authors"]
description = "A distributed transactional key-value database powered by Rust and Raft"
license = "Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions components/backup-stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ tokio-stream = "0.1"
tokio-util = { version = "0.7", features = ["compat"] }
txn_types = { path = "../txn_types", default-features = false }
uuid = "0.8"
yatp = { git = "https://github.com/tikv/yatp.git", branch = "master" }

[dev-dependencies]
async-trait = "0.1"
Expand Down
Loading

0 comments on commit 3fec0d7

Please sign in to comment.