From 6b43e862fd44044d94d5df077b30d0cb112fc4d2 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Fri, 8 Oct 2021 17:03:49 +0200 Subject: feat(runtime): allow passing extensions via Worker options (#12362) --- runtime/examples/hello_runtime.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/examples') diff --git a/runtime/examples/hello_runtime.rs b/runtime/examples/hello_runtime.rs index eb4557c04..5ff482c56 100644 --- a/runtime/examples/hello_runtime.rs +++ b/runtime/examples/hello_runtime.rs @@ -36,6 +36,7 @@ async fn main() -> Result<(), AnyError> { ts_version: "x".to_string(), unstable: false, }, + extensions: vec![], unsafely_ignore_certificate_errors: None, root_cert_store: None, user_agent: "hello_runtime".to_string(), -- cgit v1.2.3