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
+
1
5
# Version 2.4.1
2
6
3
7
- Update to events-listener 4.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-global-executor"
3
- version = " 2.4.1 "
3
+ version = " 3.0.0 "
4
4
authors = [
" Marc-Antoine Perennou <[email protected] >" ]
5
5
description = " A global executor built on top of async-executor and async-io"
6
6
edition = " 2021"
@@ -15,7 +15,8 @@ rust-version = "1.60"
15
15
16
16
[features ]
17
17
default = [" async-io" ]
18
- tokio = [" tokio-crate" ]
18
+ async-io = [" dep:async-io" ]
19
+ tokio = [" dep:tokio" ]
19
20
20
21
[dependencies ]
21
22
async-channel = " ^2.1.1"
@@ -29,8 +30,7 @@ once_cell = "^1.4"
29
30
version = " ^2.2.1"
30
31
optional = true
31
32
32
- [dependencies .tokio-crate ]
33
- package = " tokio"
33
+ [dependencies .tokio ]
34
34
version = " ^1.0"
35
35
optional = true
36
36
default-features = false
You can’t perform that action at this time.
0 commit comments