Skip to content

Commit

Permalink
Regenerate wrapper with latest kvproto-build (tikv#215)
Browse files Browse the repository at this point in the history
* Regenerate wrapper with latest kvproto-build

Signed-off-by: ice1000 <[email protected]>

* Cargo fmt

Signed-off-by: ice1000 <[email protected]>

* Fix Clippy warning

Signed-off-by: ice1000 <[email protected]>
  • Loading branch information
ice1000 authored and nrc committed Apr 13, 2019
1 parent 2ebbed5 commit c6a2b7d
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
build = "build.rs"

[build-dependencies]
protobuf-build = "0.3"
protobuf-build = "0.4.1"

[features]
default = []
Expand Down
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ fn main() {
.map(|m| format!("src/prost/{}.rs", m))
.collect::<Vec<_>>(),
"src/prost",
GenOpt::All,
);
generate_prost_rs(&mod_names);
}
Expand Down
Loading

0 comments on commit c6a2b7d

Please sign in to comment.