mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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"] }
|
||||
hyper = { workspace = true, features = ["full"] }
|
||||
hyper-util = { workspace = true, features = ["server-graceful"] }
|
||||
rustls = { workspace = true }
|
||||
rustls = { workspace = true, features = ["aws-lc-rs"] }
|
||||
|
||||
[[test]]
|
||||
name = "main"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue