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:
mikeee 2024-11-21 16:38:54 +00:00
parent b81f8f387b
commit e04157d7d7
No known key found for this signature in database
GPG Key ID: ACED13988580D50E
1 changed files with 1 additions and 1 deletions

View File

@ -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: