Skip to content

Commit 52c5842

Browse files
committed
don't need compat feature on tokio-util
1 parent 03a1d0f commit 52c5842

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dropshot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ features = [ "full" ]
8080

8181
[dependencies.tokio-util]
8282
version = "0.7"
83-
features = [ "io", "compat" ]
83+
features = [ "io" ]
8484

8585
[dependencies.usdt]
8686
version = "0.6.0"

0 commit comments

Comments
 (0)