Skip to content

Commit

Permalink
feat: reduce tokio dep requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Jan 24, 2024
1 parent 84d12e0 commit 5f1ab1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ xor_name = "5.0.0"
features = [ "sha3" ]

[dependencies.tokio]
version = "1.17.0"
features = [ "macros", "sync", "io-util", "rt", "rt-multi-thread" ]
version = "1.34.0"
features = [ "rt" ]

[dev-dependencies]
criterion = "~0.3"
docopt = "~0.9.0"
tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] }

[[example]]
bench = false
Expand Down

0 comments on commit 5f1ab1a

Please sign in to comment.