mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Enable aws-lc-sys feature for aws-lc-rs (#35343)
This fixes an error when running `./mach clippy -r -p script`. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
5a5d796988
commit
bbbff61840
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ app_units = "0.7"
|
|||
arrayvec = "0.7"
|
||||
async-tungstenite = { version = "0.28", features = ["tokio-rustls-webpki-roots"] }
|
||||
atomic_refcell = "0.1.13"
|
||||
aws-lc-rs = { version = "1.12", default-features = false }
|
||||
aws-lc-rs = { version = "1.12", default-features = false, features = ["aws-lc-sys"] }
|
||||
background_hang_monitor_api = { path = "components/shared/background_hang_monitor" }
|
||||
backtrace = "0.3"
|
||||
base = { path = "components/shared/base" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue