forked from mirror/async-std
update async-task to 1.2.1
This commit is contained in:
parent
5d5064b871
commit
b72dd83726
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ std = [
|
|||
|
||||
[dependencies]
|
||||
async-attributes = { version = "1.1.1", optional = true }
|
||||
async-task = { version = "1.0.0", optional = true }
|
||||
async-task = { version = "1.2.1", optional = true }
|
||||
broadcaster = { version = "0.2.6", optional = true, default-features = false, features = ["default-channels"] }
|
||||
crossbeam-channel = { version = "0.4.0", optional = true }
|
||||
crossbeam-deque = { version = "0.7.2", optional = true }
|
||||
|
|
Loading…
Reference in a new issue