Skip to content

Commit

Permalink
Update README to reelase 0.11
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Souza <[email protected]>
  • Loading branch information
artursouza committed Feb 22, 2023
1 parent ecc0e4e commit 532df85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Dapr is a portable, event-driven, serverless runtime for building distributed ap

```toml
[dependencies]
dapr = "0.10.0"
dapr = "0.11.0"
```

A client can be created as follows:
Expand Down Expand Up @@ -66,5 +66,5 @@ cargo build
2. By default, it picks from master proto. To specify a particular release/version, please specify with a -v flag

```bash
./update-protos.sh -v v1.7.0-rc.2
./update-protos.sh -v v1.10.1
```

0 comments on commit 532df85

Please sign in to comment.