From 0347bdeb906a5cbde94815caf00ec47026e4fd1c Mon Sep 17 00:00:00 2001 From: Arvid Gerstmann Date: Tue, 22 Oct 2024 20:08:20 +0200 Subject: [PATCH] fix dep --- ferrunix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ferrunix/Cargo.toml b/ferrunix/Cargo.toml index 5631b67..0314c46 100644 --- a/ferrunix/Cargo.toml +++ b/ferrunix/Cargo.toml @@ -20,7 +20,7 @@ workspace = true default = ["derive"] multithread = ["ferrunix-core/multithread"] derive = ["dep:ferrunix-macros"] -tokio = ["ferrunix-core/tokio", "ferrunix-macros/tokio"] +tokio = ["ferrunix-core/tokio", "ferrunix-macros?/tokio"] [dependencies] ferrunix-core = { path = "../ferrunix-core", default-features = false, version = "=0.3.0" }