Skip to content

Commit

Permalink
chore(release): update version (#223)
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Aug 20, 2024
1 parent 6f566cb commit 0a0efaa
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
Expand Up @@ -13,7 +13,7 @@ resolver = "2"
[workspace.dependencies]
async-trait = "0.1"

dapr-macros = { version = "0.16.0-rc.0", path = "./dapr-macros" }
dapr-macros = { version = "0.16.0-rc.1", path = "./dapr-macros" }

prost = "0.13.1"
prost-build = "0.13.1"
Expand All @@ -31,7 +31,7 @@ tonic = "0.12.1"
tonic-build = "0.12.1"

[workspace.package]
version = "0.16.0-rc.0"
version = "0.16.0-rc.1"
authors = [
"Mike Nguyen <[email protected]>",
"The Dapr Authors <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add the following to your `Cargo.toml` file:

```toml
[dependencies]
dapr = "0.16.0-rc.0"
dapr = "0.16.0-rc.1"
```

Here's a basic example to create a client:
Expand Down

0 comments on commit 0a0efaa

Please sign in to comment.