Skip to content

Commit df8b38c

Browse files
committed
drop async-task dependency
We no longer directly depend on it Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent 55fb871 commit df8b38c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ default = [
2626
"std",
2727
"async-global-executor",
2828
"async-io",
29-
"async-task",
3029
"blocking",
3130
"futures-lite",
3231
"kv-log-macro",
@@ -62,7 +61,6 @@ tokio02 = ["tokio"]
6261

6362
[dependencies]
6463
async-attributes = { version = "1.1.1", optional = true }
65-
async-task = { version = "3.0.0", optional = true }
6664
async-mutex = { version = "1.1.3", optional = true }
6765
crossbeam-utils = { version = "0.7.2", optional = true }
6866
futures-core = { version = "0.3.4", optional = true, default-features = false }

0 commit comments

Comments
 (0)