File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ # Version 3.0.0
2+
3+ - Drop support for tokio < 1.0
4+
15# Version 2.4.1
26
37- Update to events-listener 4.0
Original file line number Diff line number Diff line change 11[package ]
22name = " async-global-executor"
3- version = " 2.4.1 "
3+ version = " 3.0.0 "
44authors = [" Marc-Antoine Perennou <Marc-Antoine@Perennou.com>" ]
55description = " A global executor built on top of async-executor and async-io"
66edition = " 2021"
@@ -15,7 +15,8 @@ rust-version = "1.60"
1515
1616[features ]
1717default = [" async-io" ]
18- tokio = [" tokio-crate" ]
18+ async-io = [" dep:async-io" ]
19+ tokio = [" dep:tokio" ]
1920
2021[dependencies ]
2122async-channel = " ^2.1.1"
@@ -29,8 +30,7 @@ once_cell = "^1.4"
2930version = " ^2.2.1"
3031optional = true
3132
32- [dependencies .tokio-crate ]
33- package = " tokio"
33+ [dependencies .tokio ]
3434version = " ^1.0"
3535optional = true
3636default-features = false
You can’t perform that action at this time.
0 commit comments