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