Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Sep 6, 2024
1 parent 4c9568c commit 76cdd7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neqo-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ url = { version = "2.5", default-features = false }

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

[features]
bench = []
Expand Down
3 changes: 2 additions & 1 deletion neqo-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ workspace = true
# Sync with https://searchfox.org/mozilla-central/source/Cargo.lock 2024-02-08
enum-map = { version = "2.7", default-features = false }
env_logger = { version = "0.10", default-features = false }
hex = { version = "0.4", default-features = false, optional = true }
hex = { version = "0.4", default-features = false, features = ["alloc"], optional = true }
log = { workspace = true }
qlog = { workspace = true }

[target."cfg(windows)".dependencies]
# Sync with https://searchfox.org/mozilla-central/source/Cargo.lock 2024-02-08
windows = { version = "0.58", default-features = false, features = ["Win32_Media"] }

[dev-dependencies]
test-fixture = { path = "../test-fixture" }

Expand Down

0 comments on commit 76cdd7d

Please sign in to comment.