mirror of https://github.com/dapr/rust-sdk.git
docs: address #240 - update to 0.16.0 in anticipation of the release
Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
parent
b81f8f387b
commit
e04157d7d7
|
@ -27,7 +27,7 @@ Add Dapr to your `cargo.toml`
|
|||
```toml
|
||||
[dependencies]
|
||||
# Other dependencies
|
||||
dapr = "0.13.0"
|
||||
dapr = "0.16.0"
|
||||
```
|
||||
|
||||
You can either reference `dapr::Client` or bind the full path to a new name as follows:
|
||||
|
|
Loading…
Reference in New Issue