Skip to content

Commit d6919b1

Browse files
authored
release: 0.17 version bump and dapr asserts (#293)
Signed-off-by: Mike Nguyen <[email protected]>
1 parent 213ff4c commit d6919b1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/validate-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
GOPROXY: https://proxy.golang.org
4646
DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
4747
DAPR_CLI_REF: ${{ github.event.inputs_daprcli_commit }}
48-
DAPR_CLI_VERSION: ${{ github.event.inputs_daprcli_version }}
48+
DAPR_CLI_VERSION: 1.16.0-rc.1
4949
DAPR_REF: ${{ github.event.inputs.dapr_commit }}
50-
DAPR_RUNTIME_VERSION: ${{ github.event.inputs.dapr_version }}
50+
DAPR_RUNTIME_VERSION: 1.16.0-rc.5
5151
CHECKOUT_REPO: ${{ github.repository }}
5252
CHECKOUT_REF: ${{ github.ref }}
5353
outputs:

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.2"
29+
version = "0.17.0-rc.0"
3030
authors = [
3131
"Mike Nguyen <[email protected]>",
3232
"The Dapr Authors <[email protected]>"

README.md

Lines changed: 1 addition & 1 deletion
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"
56+
dapr = "0.17"
5757
```
5858

5959
Here's a basic example to create a client:

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

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

2828
```toml
2929
[dependencies]
30-
dapr = "0.16"
30+
dapr = "0.17"
3131
```
3232

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

0 commit comments

Comments
 (0)