summaryrefslogtreecommitdiff
path: root/runtime/examples
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/examples')
-rw-r--r--runtime/examples/hello_runtime.rs2
1 files changed, 1 insertions, 1 deletions
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,