Skip to content

Commit a5296a0

Browse files
committed
release: v0.16.0-rc.4
Signed-off-by: Mike Nguyen <[email protected]>
1 parent 7ac6efe commit a5296a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tonic = "0.12.1"
2828
tonic-build = "0.12.1"
2929

3030
[workspace.package]
31-
version = "0.16.0-rc.3"
31+
version = "0.16.0-rc.4"
3232
authors = [
3333
"Mike Nguyen <[email protected]>",
3434
"The Dapr Authors <[email protected]>"

README.md

Lines changed: 1 addition & 1 deletion
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.16.0-rc.3"
56+
dapr = "0.16.0-rc.4"
5757
```
5858

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

0 commit comments

Comments
 (0)