We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fb871 commit df8b38cCopy full SHA for df8b38c
Cargo.toml
@@ -26,7 +26,6 @@ default = [
26
"std",
27
"async-global-executor",
28
"async-io",
29
- "async-task",
30
"blocking",
31
"futures-lite",
32
"kv-log-macro",
@@ -62,7 +61,6 @@ tokio02 = ["tokio"]
62
61
63
[dependencies]
64
async-attributes = { version = "1.1.1", optional = true }
65
-async-task = { version = "3.0.0", optional = true }
66
async-mutex = { version = "1.1.3", optional = true }
67
crossbeam-utils = { version = "0.7.2", optional = true }
68
futures-core = { version = "0.3.4", optional = true, default-features = false }
0 commit comments