From 379dca552ca91d22ee007b42f93803ad3dc2b274 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Wed, 20 Mar 2024 15:20:21 +0100 Subject: core: add the option to create a new task group without providing an executor & remove GlobalExecutor type --- jsonrpc/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'jsonrpc/Cargo.toml') diff --git a/jsonrpc/Cargo.toml b/jsonrpc/Cargo.toml index 5edc317..73ae275 100644 --- a/jsonrpc/Cargo.toml +++ b/jsonrpc/Cargo.toml @@ -2,6 +2,7 @@ name = "karyon_jsonrpc" version.workspace = true edition.workspace = true +autoexamples = false [dependencies] karyon_core.workspace = true -- cgit v1.2.3