Skip to content

Commit

Permalink
use default tokio feature flags (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
problame authored Dec 20, 2023
1 parent 952b010 commit 9c5ea71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tokio-epoll-uring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ futures = "0.3.28"
once_cell = "1.18.0"
scopeguard = "1.1.0"
thiserror = "1.0.44"
tokio = { version = "1.29.1", features = ["io-std", "full"] }
tokio = "1.29.1"
tokio-util = "0.7.8"
tracing = "0.1.37"
uring-common = { path = "../uring-common" }

[dev-dependencies]
tokio = { version = "1.29.1", features = ["full"] }
tempfile = "3.6.0"
tracing-subscriber = "*"
nix = "0.26.2"
Expand Down

0 comments on commit 9c5ea71

Please sign in to comment.