Skip to content

Commit

Permalink
docs: address dapr#240 - update to 0.16.0 in anticipation of the release
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <hey@mike.ee>
  • Loading branch information
mikeee committed Nov 21, 2024
1 parent b81f8f3 commit e04157d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daprdocs/content/en/rust-sdk-docs/rust-client/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e04157d

Please sign in to comment.