mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-21 15:30:40 +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:
@@ -9,7 +9,7 @@ edition = "2021"
|
||||
api = { path = "../api" }
|
||||
common-error = { path = "../common/error" }
|
||||
snafu = { version = "0.7", features = ["backtraces"] }
|
||||
tonic = "0.7"
|
||||
tonic = "0.8"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user