Skip to content

Commit 99d099f

Browse files
authored
release: rc.7 (#264)
Signed-off-by: Mike Nguyen <[email protected]>
1 parent c0b7155 commit 99d099f

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
@@ -26,7 +26,7 @@ tonic = "0.12.3"
2626
tonic-build = "0.12.3"
2727

2828
[workspace.package]
29-
version = "0.16.0-rc.6"
29+
version = "0.16.0-rc.7"
3030
authors = [
3131
"Mike Nguyen <[email protected]>",
3232
"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.6"
56+
dapr = "0.16.0-rc.7"
5757
```
5858

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

0 commit comments

Comments
 (0)