From d7dfd4b540f376159e5e3a0f98a5d76a0557a05e Mon Sep 17 00:00:00 2001 From: Benjamin Swerdlow Date: Mon, 9 Dec 2024 10:52:13 -0800 Subject: [PATCH] refactor: Make `deno_runtime::shared` module public (#27242) Signed-off-by: Benjamin Swerdlow --- runtime/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/lib.rs b/runtime/lib.rs index 1ce325964fedb2..1f449dc69a7711 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -46,7 +46,7 @@ pub use worker_bootstrap::BootstrapOptions; pub use worker_bootstrap::WorkerExecutionMode; pub use worker_bootstrap::WorkerLogLevel; -mod shared; +pub mod shared; pub use shared::runtime; pub struct UnstableGranularFlag {