fix(core): use async-await-macro to fix docs.rs publishing
This commit is contained in:
parent
109a6b85ee
commit
4d4436a894
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue