mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 10:49:55 +00:00
drop async-task dependency
We no longer directly depend on it Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
parent
55fb871ab8
commit
df8b38cb7b
1 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,6 @@ default = [
|
||||||
"std",
|
"std",
|
||||||
"async-global-executor",
|
"async-global-executor",
|
||||||
"async-io",
|
"async-io",
|
||||||
"async-task",
|
|
||||||
"blocking",
|
"blocking",
|
||||||
"futures-lite",
|
"futures-lite",
|
||||||
"kv-log-macro",
|
"kv-log-macro",
|
||||||
|
@ -62,7 +61,6 @@ tokio02 = ["tokio"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-attributes = { version = "1.1.1", optional = true }
|
async-attributes = { version = "1.1.1", optional = true }
|
||||||
async-task = { version = "3.0.0", optional = true }
|
|
||||||
async-mutex = { version = "1.1.3", optional = true }
|
async-mutex = { version = "1.1.3", optional = true }
|
||||||
crossbeam-utils = { version = "0.7.2", optional = true }
|
crossbeam-utils = { version = "0.7.2", optional = true }
|
||||||
futures-core = { version = "0.3.4", optional = true, default-features = false }
|
futures-core = { version = "0.3.4", optional = true, default-features = false }
|
||||||
|
|
Loading…
Reference in a new issue