Skip to content

Commit 19cb4c2

Browse files
committed
fix(shared): runtime
1 parent 3987c5e commit 19cb4c2

File tree

1 file changed

+1
-1
lines changed
  • crates/shared/cli-utils/src

1 file changed

+1
-1
lines changed

crates/shared/cli-utils/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mod version;
1919
pub use version::Version;
2020

2121
mod runtime;
22-
pub use runtime::{build_runtime, run_until_ctrl_c, run_until_ctrl_c_fallible};
22+
pub use runtime::RuntimeManager;
2323

2424
mod styles;
2525
pub use styles::CliStyles;

0 commit comments

Comments
 (0)