Skip to content

Commit 47dbf97

Browse files
committed
chore(release): update versions
Signed-off-by: mikeee <[email protected]>
1 parent cc2d18d commit 47dbf97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dapr"
3-
version = "0.15.1-rc.1"
3+
version = "0.15.1"
44
authors = ["dapr.io"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -10,7 +10,7 @@ readme = "README.md"
1010
keywords = ["microservices", "dapr"]
1111

1212
[dependencies]
13-
dapr-macros = { version = "0.15.1-rc.1", path = "macros" }
13+
dapr-macros = { version = "0.15.1", path = "macros" }
1414
futures = "0.3"
1515
tonic = "0.11.0"
1616
prost = "0.12.3"

macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dapr-macros"
3-
version = "0.15.1-rc.1"
3+
version = "0.15.1"
44
edition = "2021"
55
description = "Dapr Rust SDK"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)