fixed async_std compilation by including default features
This commit is contained in:
@@ -18,8 +18,6 @@ async_tokio = ["tokio"]
|
||||
[dependencies.async-std]
|
||||
version = "1.9"
|
||||
optional = true
|
||||
default-features = false
|
||||
features = ["async-io", "std"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.2"
|
||||
|
||||
Reference in New Issue
Block a user