mirror of https://github.com/dapr/rust-sdk.git
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:
parent
52f095f8e7
commit
93322c0e86
|
@ -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 }}
|
||||
|
|
10
Cargo.toml
10
Cargo.toml
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue