File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
daprdocs/content/en/rust-sdk-docs/rust-client Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ tonic = "0.12.3"
2626tonic-build = " 0.12.3"
2727
2828[workspace .package ]
29- version = " 0.16.2 "
29+ version = " 0.17.0-rc.0 "
3030authors = [
3131 " Mike Nguyen <[email protected] >" ,
3232 " The Dapr Authors <[email protected] >"
Original file line number Diff line number Diff 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
5959Here's a basic example to create a client:
Original file line number Diff line number Diff 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
3333You can either reference ` dapr::Client ` or bind the full path to a new name as follows:
You can’t perform that action at this time.
0 commit comments