mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
net: Add missing feature required for unit tests. (#36193)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
5a4e232cb6
commit
96277c5688
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ flate2 = "1"
|
||||||
futures = { version = "0.3", features = ["compat"] }
|
futures = { version = "0.3", features = ["compat"] }
|
||||||
hyper = { workspace = true, features = ["full"] }
|
hyper = { workspace = true, features = ["full"] }
|
||||||
hyper-util = { workspace = true, features = ["server-graceful"] }
|
hyper-util = { workspace = true, features = ["server-graceful"] }
|
||||||
rustls = { workspace = true }
|
rustls = { workspace = true, features = ["aws-lc-rs"] }
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
name = "main"
|
name = "main"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue