Skip to content

Commit

Permalink
Merge pull request #895 from Keruspe/tokio03
Browse files Browse the repository at this point in the history
add tokio03 feature
  • Loading branch information
yoshuawuyts committed Oct 17, 2020
2 parents f09fa42 + a5f72f1 commit cc4bb94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ alloc = [
"pin-project-lite",
]
tokio02 = ["async-global-executor/tokio02"]
tokio03 = ["async-global-executor/tokio03"]

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

[target.'cfg(not(target_os = "unknown"))'.dependencies]
async-global-executor = { version = "1.2.1", optional = true, features = ["async-io"] }
async-global-executor = { version = "1.4.0", optional = true, features = ["async-io"] }
async-io = { version = "1.0.1", optional = true }
blocking = { version = "1.0.0", optional = true }
futures-lite = { version = "1.0.0", optional = true }
Expand Down

0 comments on commit cc4bb94

Please sign in to comment.