Skip to content

Commit 63eca79

Browse files
authored
release: v0.17.0 (#295)
Signed-off-by: Mike Nguyen <[email protected]>
1 parent d6919b1 commit 63eca79

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

Cargo.toml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
[workspace]
2-
members = [
3-
"dapr",
4-
"dapr-macros",
5-
"proto-gen",
6-
"examples",
7-
]
2+
members = ["dapr", "dapr-macros", "proto-gen", "examples"]
83
exclude = [
9-
".github/workflows/dapr-bot" # Bot used in GitHub workflow
4+
".github/workflows/dapr-bot", # Bot used in GitHub workflow
105
]
116
resolver = "2"
127

@@ -26,11 +21,8 @@ tonic = "0.12.3"
2621
tonic-build = "0.12.3"
2722

2823
[workspace.package]
29-
version = "0.17.0-rc.0"
30-
authors = [
31-
"Mike Nguyen <[email protected]>",
32-
"The Dapr Authors <[email protected]>"
33-
]
24+
version = "0.17.0"
25+
authors = ["Mike Nguyen <[email protected]>", "The Dapr Authors <[email protected]>"]
3426
edition = "2021"
3527
license = "Apache-2.0"
3628
repository = "https://github.com/dapr/rust-sdk"

0 commit comments

Comments
 (0)