Skip to content

Commit

Permalink
backup: add compression type for br backup request (#642) (#647)
Browse files Browse the repository at this point in the history
* backup: add compression type for br backup request (#642)

* specify protobuf-build version
  • Loading branch information
glorv authored Jul 15, 2020
1 parent 44301fc commit adcdc7f
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 97 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ raft-proto = { version = "0.6.0-alpha", default-features = false }
lazy_static = { version = "1.3", optional = true }

[build-dependencies]
protobuf-build = { version = "0.11", default-features = false }
protobuf-build = { version = "=0.11.3", default-features = false }

[patch.crates-io]
raft-proto = { git = "https://github.com/tikv/raft-rs", rev = "e624c1d48460940a40d8aa69b5329460d9af87dd" }
Expand Down
Loading

0 comments on commit adcdc7f

Please sign in to comment.