File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ alloc = [
58
58
" pin-project-lite" ,
59
59
]
60
60
tokio02 = [" async-global-executor/tokio02" ]
61
+ tokio03 = [" async-global-executor/tokio03" ]
61
62
62
63
[dependencies ]
63
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 }
79
80
80
81
[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" ] }
82
83
async-io = { version = " 1.0.1" , optional = true }
83
84
blocking = { version = " 1.0.0" , optional = true }
84
85
futures-lite = { version = " 1.0.0" , optional = true }
You can’t perform that action at this time.
0 commit comments