Skip to content

Commit 8d4db43

Browse files
authored
chore(release): v0.16.0-rc.0 (#221)
Signed-off-by: mikeee <[email protected]>
1 parent ece8714 commit 8d4db43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ resolver = "2"
1313
[workspace.dependencies]
1414
async-trait = "0.1"
1515

16-
dapr = { version = "0.15.1", path = "./dapr" }
17-
dapr-macros = { version = "0.15.1", path = "./dapr-macros" }
16+
dapr = { version = "0.16.0-rc.0", path = "./dapr" }
17+
dapr-macros = { version = "0.16.0-rc.0", path = "./dapr-macros" }
1818

1919
prost = "0.13.1"
2020
prost-build = "0.13.1"
@@ -32,7 +32,7 @@ tonic = "0.12.1"
3232
tonic-build = "0.12.1"
3333

3434
[workspace.package]
35-
version = "0.15.1"
35+
version = "0.16.0-rc.0"
3636
authors = [
3737
"Mike Nguyen <[email protected]>",
3838
"The Dapr Authors <[email protected]>"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Add the following to your `Cargo.toml` file:
5353

5454
```toml
5555
[dependencies]
56-
dapr = "0.15.0"
56+
dapr = "0.16.0-rc.0"
5757
```
5858

5959
Here's a basic example to create a client:

0 commit comments

Comments
 (0)