Skip to content

Commit

Permalink
Drop unnecessary tokio feature dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dscottboggs committed Dec 30, 2022
1 parent c32f628 commit 6ba0cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ optional = true

[dependencies.tokio]
version = "1.22.0"
features = ["rt-multi-thread", "macros"]
features = ["macros"]

[dependencies.tokio-util]
version = "0.7.4"
Expand Down

0 comments on commit 6ba0cd0

Please sign in to comment.