mirror of https://github.com/dapr/rust-sdk.git
chore(release): v0.16.0-rc.0 (#221)
Signed-off-by: mikeee <hey@mike.ee>
This commit is contained in:
parent
ece8714f29
commit
8d4db4382c
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue