We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f09fa42 + a5f72f1 commit cc4bb94Copy full SHA for cc4bb94
Cargo.toml
@@ -58,6 +58,7 @@ alloc = [
58
"pin-project-lite",
59
]
60
tokio02 = ["async-global-executor/tokio02"]
61
+tokio03 = ["async-global-executor/tokio03"]
62
63
[dependencies]
64
async-attributes = { version = "1.1.1", optional = true }
@@ -78,7 +79,7 @@ slab = { version = "0.4.2", optional = true }
78
79
surf = { version = "1.0.3", optional = true }
80
81
[target.'cfg(not(target_os = "unknown"))'.dependencies]
-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"] }
83
async-io = { version = "1.0.1", optional = true }
84
blocking = { version = "1.0.0", optional = true }
85
futures-lite = { version = "1.0.0", optional = true }
0 commit comments