chore: Prepare 0.1.1 release (#246)
* chore: Prepare 0.1.1 release * add missing pr
This commit is contained in:
@@ -113,7 +113,7 @@ name = "helloworld-client"
|
||||
path = "src/client.rs"
|
||||
|
||||
[dependencies]
|
||||
tonic = "0.1.0"
|
||||
tonic = "0.1"
|
||||
prost = "0.6"
|
||||
tokio = { version = "0.2", features = ["macros"] }
|
||||
|
||||
|
||||
@@ -180,7 +180,7 @@ Edit `Cargo.toml` and add all the dependencies we'll need for this example:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tonic = "0.1.0"
|
||||
tonic = "0.1"
|
||||
prost = "0.6"
|
||||
futures-core = "0.3"
|
||||
futures-util = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user