release: bump (#256)

* release: bump

Signed-off-by: Mike Nguyen <hey@mike.ee>

* bump to cli rc3 & runtime rc6

Signed-off-by: Mike Nguyen <hey@mike.ee>

* bump runtime to rc7

Signed-off-by: Mike Nguyen <hey@mike.ee>

* chore: bump validation to latest rcs

Signed-off-by: mikeee <hey@mike.ee>

* chore(release): bump deps and rc version

Signed-off-by: mikeee <hey@mike.ee>

* chore(release): regen protos

Signed-off-by: mikeee <hey@mike.ee>

* chore: regen protos from rc.9

Signed-off-by: mikeee <hey@mike.ee>

---------

Signed-off-by: Mike Nguyen <hey@mike.ee>
Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
Mike Nguyen 2025-02-03 15:49:18 +00:00 committed by GitHub
parent 52f095f8e7
commit 93322c0e86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View File

@ -52,8 +52,8 @@ jobs:
CHECKOUT_REF: ${{ github.ref }}
outputs:
DAPR_INSTALL_URL: ${{ env.DAPR_INSTALL_URL }}
DAPR_CLI_VERSION: ${{ steps.outputs.outputs.DAPR_CLI_VERSION }}
DAPR_RUNTIME_VERSION: 1.15.0-rc.2
DAPR_CLI_VERSION: 1.15.0-rc.4
DAPR_RUNTIME_VERSION: 1.15.0-rc.9
CHECKOUT_REPO: ${{ steps.outputs.outputs.CHECKOUT_REPO }}
CHECKOUT_REF: ${{ steps.outputs.outputs.CHECKOUT_REF }}
GITHUB_SHA: ${{ steps.outputs.outputs.GITHUB_SHA }}

View File

@ -12,8 +12,8 @@ resolver = "2"
[workspace.dependencies]
async-trait = "0.1"
prost = "0.13.1"
prost-types = "0.13.1"
prost = "0.13.4"
prost-types = "0.13.4"
serde = "1.0"
serde_json = "1.0"
@ -22,11 +22,11 @@ tokio = "1.39"
tokio-stream = "0.1"
tokio-util = "0.7"
tonic = "0.12.1"
tonic-build = "0.12.1"
tonic = "0.12.3"
tonic-build = "0.12.3"
[workspace.package]
version = "0.16.0-rc.4"
version = "0.16.0-rc.5"
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.16.0-rc.4"
dapr = "0.16.0-rc.5"
```
Here's a basic example to create a client: