From 313b6ee545953b8e4f4ece04c6d9b0e215a08a42 Mon Sep 17 00:00:00 2001 From: ghassmo Date: Tue, 26 Apr 2022 00:43:51 +0300 Subject: [PATCH] add async-std to wallet feature --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 98f50cc7b..665096be0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -268,6 +268,7 @@ crypto = [ wallet = [ "sqlx", "libsqlite3-sys", + "async-std", "crypto", "util",