Skip to content

Commit

Permalink
chore: remove dep: optional dependency syntax
Browse files Browse the repository at this point in the history
this syntax is only available after rust 1.60.
  • Loading branch information
cratelyn committed Jan 8, 2025
1 parent 4fed62f commit 4a5b234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-body-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rust-version = "1.56"

[features]
default = []
channel = ["dep:tokio"]
channel = ["tokio"]
full = ["channel"]

[dependencies]
Expand Down

0 comments on commit 4a5b234

Please sign in to comment.