Skip to content

Commit

Permalink
Update prost-build to 0.9 (forgot to do it at 5f97f6e)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Viennot <[email protected]>
  • Loading branch information
nviennot committed Dec 10, 2021
1 parent 277a42e commit 0d45c05
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 59 deletions.
114 changes: 56 additions & 58 deletions 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
Expand Up @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

[build-dependencies]
prost-build = "0.6" # to generate protobuf wrappers
prost-build = "0.9" # to generate protobuf wrappers

[dev-dependencies]
procinfo = "0.4" # to measure memory usage
Expand Down

0 comments on commit 0d45c05

Please sign in to comment.