Skip to content

Commit

Permalink
Add macros feature to Tokio, since we use select
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Jan 17, 2024
1 parent ea63d22 commit 6948eee
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 @@ -28,7 +28,7 @@ http = "1.0"
http-body-util = "0.1"
hyper = { version = "1.0", features = ["full"] }
hyper-util = { version = "0.1", features = ["tokio"] }
tokio = { version = "1.5.0", features = ["rt"] }
tokio = { version = "1.5.0", features = ["rt", "macros"] }
deadpool = "0.9.2"
async-trait = "0.1"
once_cell = "1"
Expand Down

0 comments on commit 6948eee

Please # to comment.