fix(core): use async-await-macro to fix docs.rs publishing

This commit is contained in:
Georgios Konstantopoulos 2021-08-12 16:31:32 +03:00
parent 109a6b85ee
commit 4d4436a894
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ hex = { version = "0.4.3", default-features = false, features = ["std"] }
# async
tokio = { version = "1.5", default-features = false, optional = true}
futures-util = { version = "0.3.16", default-features = false, optional = true}
futures-util = { version = "0.3.16", default-features = false, optional = true, features = ["async-await-macro"]}
[dev-dependencies]
ethers = { version = "0.4.0", path = "../ethers" }