release: v0.16.0 (#266)

Signed-off-by: Mike Nguyen <hey@mike.ee>
This commit is contained in:
Mike Nguyen 2025-02-27 19:00:39 +00:00 committed by GitHub
parent 1508ea24cb
commit 185dc72889
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ tonic = "0.12.3"
tonic-build = "0.12.3" tonic-build = "0.12.3"
[workspace.package] [workspace.package]
version = "0.16.0-rc.7" version = "0.16.0"
authors = [ authors = [
"Mike Nguyen <hey@mike.ee>", "Mike Nguyen <hey@mike.ee>",
"The Dapr Authors <dapr@dapr.io>" "The Dapr Authors <dapr@dapr.io>"

View File

@ -53,7 +53,7 @@ Add the following to your `Cargo.toml` file:
```toml ```toml
[dependencies] [dependencies]
dapr = "0.16.0-rc.7" dapr = "0.16.0"
``` ```
Here's a basic example to create a client: Here's a basic example to create a client: