We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6919b1 commit 63eca79Copy full SHA for 63eca79
Cargo.toml
@@ -1,12 +1,7 @@
1
[workspace]
2
-members = [
3
- "dapr",
4
- "dapr-macros",
5
- "proto-gen",
6
- "examples",
7
-]
+members = ["dapr", "dapr-macros", "proto-gen", "examples"]
8
exclude = [
9
- ".github/workflows/dapr-bot" # Bot used in GitHub workflow
+ ".github/workflows/dapr-bot", # Bot used in GitHub workflow
10
]
11
resolver = "2"
12
@@ -26,11 +21,8 @@ tonic = "0.12.3"
26
21
tonic-build = "0.12.3"
27
22
28
23
[workspace.package]
29
-version = "0.17.0-rc.0"
30
-authors = [
31
- "Mike Nguyen <hey@mike.ee>",
32
- "The Dapr Authors <dapr@dapr.io>"
33
24
+version = "0.17.0"
25
+authors = ["Mike Nguyen <hey@mike.ee>", "The Dapr Authors <dapr@dapr.io>"]
34
edition = "2021"
35
license = "Apache-2.0"
36
repository = "https://github.com/dapr/rust-sdk"
0 commit comments