mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-18 22:10:42 +00:00
feat: update tonic/prost and simplify build requirements (#130)
* feat: update tonic/prost and simplify build requirements * doc: update readme for protoc installtion
This commit is contained in:
@@ -6,8 +6,8 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
prost = "0.10"
|
||||
tonic = "0.7"
|
||||
prost = "0.11"
|
||||
tonic = "0.8"
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.7"
|
||||
tonic-build = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user