Skip to content

Commit

Permalink
chore(release): update versions
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Aug 19, 2024
1 parent cc2d18d commit 47dbf97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dapr"
version = "0.15.1-rc.1"
version = "0.15.1"
authors = ["dapr.io"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -10,7 +10,7 @@ readme = "README.md"
keywords = ["microservices", "dapr"]

[dependencies]
dapr-macros = { version = "0.15.1-rc.1", path = "macros" }
dapr-macros = { version = "0.15.1", path = "macros" }
futures = "0.3"
tonic = "0.11.0"
prost = "0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dapr-macros"
version = "0.15.1-rc.1"
version = "0.15.1"
edition = "2021"
description = "Dapr Rust SDK"
license = "Apache-2.0"
Expand Down

0 comments on commit 47dbf97

Please sign in to comment.