diff options
-rw-r--r-- | build_extra/rust/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_extra/rust/BUILD.gn b/build_extra/rust/BUILD.gn index f872dccb1..8c0a0fd6b 100644 --- a/build_extra/rust/BUILD.gn +++ b/build_extra/rust/BUILD.gn @@ -891,6 +891,7 @@ rust_crate("ring") { rust_crate("rustls") { source_root = "$registry_github/rustls-0.14.0/src/lib.rs" + features = [ "default" ] extern = [ ":untrusted", ":base64", |