Skip to content

Commit 15b30c0

Browse files
committed
runtime: fix AGE DefaultRuntimeKit
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
1 parent 64ff1ac commit 15b30c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cfg_if! {
1717
}
1818
} else if #[cfg(feature = "async-global-executor")] {
1919
type DefaultRuntime = async_rs::AGERuntime;
20-
pub(crate) type DefaultRuntimeKit = async_rs::AGE;
20+
pub(crate) type DefaultRuntimeKit = async_rs::util::RuntimeParts<async_rs::AsyncGlobalExecutor, async_rs::AsyncIO>;
2121

2222
pub fn default_runtime() -> Result<DefaultRuntime> {
2323
Ok(async_rs::Runtime::async_global_executor())

0 commit comments

Comments
 (0)