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 = [
5858 " pin-project-lite" ,
5959]
6060tokio02 = [" async-global-executor/tokio02" ]
61+ tokio03 = [" async-global-executor/tokio03" ]
6162
6263[dependencies ]
6364async-attributes = { version = " 1.1.1" , optional = true }
@@ -78,7 +79,7 @@ slab = { version = "0.4.2", optional = true }
7879surf = { version = " 1.0.3" , optional = true }
7980
8081[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" ] }
8283async-io = { version = " 1.0.1" , optional = true }
8384blocking = { version = " 1.0.0" , optional = true }
8485futures-lite = { version = " 1.0.0" , optional = true }
You can’t perform that action at this time.
0 commit comments