Skip to content

Commit 213ff4c

Browse files
authored
Merge branch 'release-0.16' into main
2 parents 1bc4db4 + d3a7459 commit 213ff4c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
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"
29+
version = "0.16.2"
3030
authors = [
3131
"Mike Nguyen <[email protected]>",
3232
"The Dapr Authors <[email protected]>"

README.md

Lines changed: 2 additions & 2 deletions
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"
56+
dapr = "0.16"
5757
```
5858

5959
Here's a basic example to create a client:
@@ -95,7 +95,7 @@ To fetch the latest .proto files from Dapr execute the script `update-protos.sh`
9595
By default, the script fetches the latest proto updates from the master branch of the Dapr repository. If you need to choose a specific release or version, use the -v flag:
9696

9797
```bash
98-
./update-protos.sh -v v1.14.0
98+
./update-protos.sh -v v1.15.0
9999
```
100100

101101
You will also need to install [protoc](https://github.com/protocolbuffers/protobuf#protobuf-compiler-installation).

daprdocs/content/en/rust-sdk-docs/rust-client/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ Add Dapr to your `cargo.toml`
2727

2828
```toml
2929
[dependencies]
30-
# Other dependencies
31-
dapr = "0.16.0"
30+
dapr = "0.16"
3231
```
3332

3433
You can either reference `dapr::Client` or bind the full path to a new name as follows:

0 commit comments

Comments
 (0)