From 913176313b6869eeb29b8d48e0c8d80227fa6544 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 1 May 2023 16:42:05 -0400 Subject: perf: lazily create RootCertStore (#18938) --- runtime/examples/hello_runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/examples') diff --git a/runtime/examples/hello_runtime.rs b/runtime/examples/hello_runtime.rs index f97c045b2..2e930a03f 100644 --- a/runtime/examples/hello_runtime.rs +++ b/runtime/examples/hello_runtime.rs @@ -32,7 +32,7 @@ async fn main() -> Result<(), AnyError> { extensions: vec![], startup_snapshot: None, unsafely_ignore_certificate_errors: None, - root_cert_store: None, + root_cert_store_provider: None, seed: None, source_map_getter: None, format_js_error_fn: None, -- cgit v1.2.3