From 8d4db4382c7e003b8245b5e18c223c964a63173d Mon Sep 17 00:00:00 2001 From: Mike Nguyen Date: Tue, 20 Aug 2024 19:30:36 +0100 Subject: [PATCH] chore(release): v0.16.0-rc.0 (#221) Signed-off-by: mikeee --- Cargo.toml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ba9d6a06..6fdcb2b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ resolver = "2" [workspace.dependencies] async-trait = "0.1" -dapr = { version = "0.15.1", path = "./dapr" } -dapr-macros = { version = "0.15.1", path = "./dapr-macros" } +dapr = { version = "0.16.0-rc.0", path = "./dapr" } +dapr-macros = { version = "0.16.0-rc.0", path = "./dapr-macros" } prost = "0.13.1" prost-build = "0.13.1" @@ -32,7 +32,7 @@ tonic = "0.12.1" tonic-build = "0.12.1" [workspace.package] -version = "0.15.1" +version = "0.16.0-rc.0" authors = [ "Mike Nguyen ", "The Dapr Authors " diff --git a/README.md b/README.md index a70c364a..2903fd3f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Add the following to your `Cargo.toml` file: ```toml [dependencies] -dapr = "0.15.0" +dapr = "0.16.0-rc.0" ``` Here's a basic example to create a client: