From bbbff61840e87d82ba9e143f7c93505dde83a58b Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Fri, 7 Feb 2025 04:29:21 +0100 Subject: [PATCH] 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df54120efd4..f9afd74877c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }