From 0a0efaa9abf36100e0ece8ed12f3be4f5a4bb94d Mon Sep 17 00:00:00 2001 From: Mike Nguyen Date: Tue, 20 Aug 2024 20:03:02 +0100 Subject: [PATCH] chore(release): update version (#223) Signed-off-by: mikeee --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a43ae1..3d3a09c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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 ", "The Dapr Authors " diff --git a/README.md b/README.md index f886a08..a4c165c 100644 --- a/README.md +++ b/README.md @@ -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: