Skip to content

Commit

Permalink
release: bump (#256)
Browse files Browse the repository at this point in the history
* release: bump

Signed-off-by: Mike Nguyen <[email protected]>

* bump to cli rc3 & runtime rc6

Signed-off-by: Mike Nguyen <[email protected]>

* bump runtime to rc7

Signed-off-by: Mike Nguyen <[email protected]>

* chore: bump validation to latest rcs

Signed-off-by: mikeee <[email protected]>

* chore(release): bump deps and rc version

Signed-off-by: mikeee <[email protected]>

* chore(release): regen protos

Signed-off-by: mikeee <[email protected]>

* chore: regen protos from rc.9

Signed-off-by: mikeee <[email protected]>

---------

Signed-off-by: Mike Nguyen <[email protected]>
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee authored Feb 3, 2025
1 parent 52f095f commit 93322c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 <[email protected]>",
"The Dapr Authors <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 93322c0

Please sign in to comment.