Skip to content

Commit

Permalink
chore: Trim unused features (#2090)
Browse files Browse the repository at this point in the history
* chore: Trim unused features

Courtesy of https://github.com/ToBinio/cargo-features-manager.

* More

* Again

* More

* Fixes

* Needed?

* Again

* Do not encode long RTT guesses in resumption tokens

* Oops
  • Loading branch information
larseggert authored Sep 9, 2024
1 parent b1b0da3 commit 45a2bb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ neqo-transport = { path = "../neqo-transport" }
test-fixture = { path = "../test-fixture" }

[target.'cfg(not(windows))'.dependencies]
libfuzzer-sys = { version = "0.4" }
libfuzzer-sys = { version = "0.4", default-features = false }

[lints]
workspace = true
Expand Down
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, features = ["html_reports", "async_tokio"] }
criterion = { version = "0.5", default-features = false, features = ["async_tokio"] }
tokio = { version = "1", default-features = false, features = ["sync"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion neqo-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ smallvec = { version = "1.11", default-features = false }
static_assertions = { version = "1.1", default-features = false }

[dev-dependencies]
criterion = { version = "0.5", default-features = false, features = ["html_reports"] }
criterion = { version = "0.5", default-features = false }
test-fixture = { path = "../test-fixture" }

[features]
Expand Down

0 comments on commit 45a2bb1

Please sign in to comment.