fixed async_std compilation by including default features

This commit is contained in:
MaxOhn
2023-01-28 02:50:18 +01:00
parent 3b8a5f987d
commit 1b9668428d
-2
View File
@@ -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"