Skip to content

Commit

Permalink
tikvrpc: support batch split (#440) (#458)
Browse files Browse the repository at this point in the history
* tikvrpc: support batch split (#440)

Signed-off-by: disksing <i@disksing.com>
  • Loading branch information
disksing authored Sep 16, 2019
1 parent 1f7d210 commit 40d9e3f
Show file tree
Hide file tree
Showing 5 changed files with 448 additions and 248 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ prost-codec = ["prost", "prost-derive", "bytes"]
regenerate = []

[dependencies]
protobuf = { version = "2", optional = true }
protobuf = { version = "=2.0.6", optional = true }
prost = { version = "0.4", optional = true }
prost-derive = { version = "0.4", optional = true }
bytes = { version = "0.4.11", optional = true }
Expand Down
Loading

0 comments on commit 40d9e3f

Please sign in to comment.