Skip to content

Commit 4a5b234

Browse files
committed
chore: remove dep: optional dependency syntax
this syntax is only available after rust 1.60.
1 parent 4fed62f commit 4a5b234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-body-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rust-version = "1.56"
2828

2929
[features]
3030
default = []
31-
channel = ["dep:tokio"]
31+
channel = ["tokio"]
3232
full = ["channel"]
3333

3434
[dependencies]

0 commit comments

Comments
 (0)