You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Add the following to your `Cargo.toml` file:
53
53
54
54
```toml
55
55
[dependencies]
56
-
dapr = "0.13.0"
56
+
dapr = "0.15.0"
57
57
```
58
58
59
59
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`
95
95
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:
0 commit comments