Skip to content

Commit ef53add

Browse files
authored
chore: release prep 0.19.0-rc.1 (#325)
Signed-off-by: Mike Nguyen <hey@mike.ee>
1 parent 1fcf011 commit ef53add

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tonic-prost = "0.14.6"
2323
tonic-prost-build = "0.14.6"
2424

2525
[workspace.package]
26-
version = "0.19.0-rc.0"
26+
version = "0.19.0-rc.1"
2727
authors = ["Mike Nguyen <hey@mike.ee>", "The Dapr Authors <dapr@dapr.io>"]
2828
edition = "2024"
2929
license = "Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ resiliency.
4444

4545
## Prerequisites
4646

47-
Ensure you have Rust version 1.85 or higher installed. If not, install Rust [here](https://www.rust-lang.org/tools/install).
47+
Ensure you have Rust version 1.88 or higher installed. If not, install Rust [here](https://www.rust-lang.org/tools/install).
4848

4949
These crates no longer require protoc unless to recompile the protobuf files.
5050

dapr/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version.workspace = true
1212

1313
[features]
1414
default = ["workflow"]
15-
workflow = ["dep:dapr-durabletask", "dep:tokio-util"]
15+
workflow = ["dep:dapr-durabletask"]
1616

1717
[dependencies]
1818
async-trait = { workspace = true }
@@ -29,7 +29,7 @@ serde_json = { workspace = true }
2929
tonic = { workspace = true }
3030
tonic-prost = { workspace = true }
3131
tokio = { workspace = true, features = ["rt", "sync", "time"] }
32-
tokio-util = { workspace = true, features = ["io"], optional = true }
32+
tokio-util = { workspace = true, features = ["io"] }
3333
tower = { version = "0.5", features = ["util"] }
3434

3535

0 commit comments

Comments
 (0)