chore: Prepare 0.2 release (#321)
Signed-off-by: Lucio Franco <[email protected]>
This commit is contained in:
@@ -20,7 +20,7 @@ transport = ["tonic/transport"]
|
||||
[dependencies]
|
||||
async-stream = "0.2"
|
||||
tokio = { version = "0.2", features = ["sync", "stream"] }
|
||||
tonic = { version = "0.1", path = "../tonic", features = ["codegen", "prost"] }
|
||||
tonic = { version = "0.2", path = "../tonic", features = ["codegen", "prost"] }
|
||||
bytes = "0.5"
|
||||
prost = "0.6"
|
||||
|
||||
@@ -28,4 +28,4 @@ prost = "0.6"
|
||||
tokio = { version = "0.2", features = ["rt-core", "macros"]}
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = { version = "0.1", path = "../tonic-build" }
|
||||
tonic-build = { version = "0.2", path = "../tonic-build" }
|
||||
Reference in New Issue
Block a user