Skip to content

Commit

Permalink
refactor: Make deno_runtime::shared module public (#27242)
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Swerdlow <Swerdlowbenjamin@gmail.com>
  • Loading branch information
theswerd authored and bartlomieju committed Dec 11, 2024
1 parent e760642 commit ae4eeee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ae4eeee

Please sign in to comment.