Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4de2d12

Browse files
Merge pull request #879 from Keruspe/cleanup
Drop unused async-task
2 parents 55fb871 + 67b9a21 commit 4de2d12

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎Cargo.toml

Lines changed: 1 addition & 3 deletions
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 }
@@ -80,7 +78,7 @@ slab = { version = "0.4.2", optional = true }
8078
surf = { version = "1.0.3", optional = true }
8179

8280
[target.'cfg(not(target_os = "unknown"))'.dependencies]
83-
async-global-executor = { version = "1.0.1", optional = true, features = ["async-io"] }
81+
async-global-executor = { version = "1.0.2", optional = true, features = ["async-io"] }
8482
async-io = { version = "1.0.1", optional = true }
8583
blocking = { version = "1.0.0", optional = true }
8684
futures-lite = { version = "1.0.0", optional = true }

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /