Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Sep 6, 2024
1 parent 76cdd7d commit 08a6895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tokio = { version = "1", default-features = false, features = ["net", "time", "m
url = { version = "2.5", default-features = false }

[dev-dependencies]
criterion = { version = "0.5", default-features = false }
criterion = { version = "0.5", default-features = false, features = ["async_tokio"] }
tokio = { version = "1", default-features = false, features = ["sync"] }

[features]
Expand Down

0 comments on commit 08a6895

Please sign in to comment.