chore(release): v0.16.0-rc.0 (#221)

Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
Mike Nguyen 2024-08-20 19:30:36 +01:00 committed by GitHub
parent ece8714f29
commit 8d4db4382c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@ resolver = "2"
[workspace.dependencies]
async-trait = "0.1"
dapr = { version = "0.15.1", path = "./dapr" }
dapr-macros = { version = "0.15.1", path = "./dapr-macros" }
dapr = { version = "0.16.0-rc.0", path = "./dapr" }
dapr-macros = { version = "0.16.0-rc.0", path = "./dapr-macros" }
prost = "0.13.1"
prost-build = "0.13.1"
@ -32,7 +32,7 @@ tonic = "0.12.1"
tonic-build = "0.12.1"
[workspace.package]
version = "0.15.1"
version = "0.16.0-rc.0"
authors = [
"Mike Nguyen <hey@mike.ee>",
"The Dapr Authors <dapr@dapr.io>"

View File

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