Skip to content

Commit cc4bb94

Browse files
authored
Merge pull request #895 from Keruspe/tokio03
add tokio03 feature
2 parents f09fa42 + a5f72f1 commit cc4bb94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ alloc = [
5858
"pin-project-lite",
5959
]
6060
tokio02 = ["async-global-executor/tokio02"]
61+
tokio03 = ["async-global-executor/tokio03"]
6162

6263
[dependencies]
6364
async-attributes = { version = "1.1.1", optional = true }
@@ -78,7 +79,7 @@ slab = { version = "0.4.2", optional = true }
7879
surf = { version = "1.0.3", optional = true }
7980

8081
[target.'cfg(not(target_os = "unknown"))'.dependencies]
81-
async-global-executor = { version = "1.2.1", optional = true, features = ["async-io"] }
82+
async-global-executor = { version = "1.4.0", optional = true, features = ["async-io"] }
8283
async-io = { version = "1.0.1", optional = true }
8384
blocking = { version = "1.0.0", optional = true }
8485
futures-lite = { version = "1.0.0", optional = true }

0 commit comments

Comments
 (0)