From e04157d7d7b57fbd0ab634263f7950a26d1555af Mon Sep 17 00:00:00 2001 From: mikeee Date: Thu, 21 Nov 2024 16:38:54 +0000 Subject: [PATCH] docs: address #240 - update to 0.16.0 in anticipation of the release Signed-off-by: mikeee --- daprdocs/content/en/rust-sdk-docs/rust-client/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/rust-sdk-docs/rust-client/_index.md b/daprdocs/content/en/rust-sdk-docs/rust-client/_index.md index 6ea1880..8c16ffa 100644 --- a/daprdocs/content/en/rust-sdk-docs/rust-client/_index.md +++ b/daprdocs/content/en/rust-sdk-docs/rust-client/_index.md @@ -27,7 +27,7 @@ Add Dapr to your `cargo.toml` ```toml [dependencies] # Other dependencies -dapr = "0.13.0" +dapr = "0.16.0" ``` You can either reference `dapr::Client` or bind the full path to a new name as follows: