Skip to content

Commit 5267bc2

Browse files
committed
chore(rt): include correct tokio features
1 parent 3c0702c commit 5267bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actix-rt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ io-uring = ["tokio-uring"]
2323
actix-macros = { version = "0.2.3", optional = true }
2424

2525
futures-core = { version = "0.3", default-features = false }
26-
tokio = { version = "1.44.2", features = ["rt", "net", "parking_lot", "signal", "sync", "time"] }
26+
tokio = { version = "1.44.2", features = ["rt", "io-util", "net", "parking_lot", "signal", "sync", "time"] }
2727

2828
# runtime for `io-uring` feature
2929
[target.'cfg(target_os = "linux")'.dependencies]

0 commit comments

Comments
 (0)