Skip to content

Commit 3907199

Browse files
authored
chore: release versioning (#232)
* chore: release versioning Signed-off-by: Mike Nguyen <[email protected]> * docs: update dep version Signed-off-by: Mike Nguyen <[email protected]> --------- Signed-off-by: Mike Nguyen <[email protected]>
1 parent 97c98af commit 3907199

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resolver = "2"
1313
[workspace.dependencies]
1414
async-trait = "0.1"
1515

16-
dapr-macros = { version = "0.16.0-rc.1", path = "./dapr-macros" }
16+
dapr-macros = { version = "0.16.0-rc.2", path = "./dapr-macros" }
1717

1818
prost = "0.13.1"
1919
prost-build = "0.13.1"
@@ -31,7 +31,7 @@ tonic = "0.12.1"
3131
tonic-build = "0.12.1"
3232

3333
[workspace.package]
34-
version = "0.16.0-rc.1"
34+
version = "0.16.0-rc.2"
3535
authors = [
3636
"Mike Nguyen <[email protected]>",
3737
"The Dapr Authors <[email protected]>"

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,15 @@ resiliency.
4545

4646
Ensure you have Rust version 1.78 or higher installed. If not, install Rust [here](https://www.rust-lang.org/tools/install).
4747

48+
These crates no longer require protoc unless to recompile the protobuf files.
49+
4850
## How to use
4951

5052
Add the following to your `Cargo.toml` file:
5153

5254
```toml
5355
[dependencies]
54-
dapr = "0.16.0-rc.1"
56+
dapr = "0.16.0-rc.2"
5557
```
5658

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

0 commit comments

Comments
 (0)