From 8e131713de16cfc05d0cb09d86bca855c146cd52 Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Mon, 12 Jan 2026 20:12:37 -0300 Subject: [PATCH] add tokio macros feature to wallet deps --- wallet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index 0f88af26..bef25007 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -14,7 +14,7 @@ serde_json.workspace = true env_logger.workspace = true log.workspace = true serde.workspace = true -tokio.workspace = true +tokio = { workspace = true, features = ["macros"] } clap.workspace = true base64.workspace = true bytemuck.workspace = true