mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 02:39:55 +00:00
upgrade async-macros to 2.0.0 (#519)
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
3151a70b77
commit
74a7d93611
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ std = [
|
|||
|
||||
[dependencies]
|
||||
async-attributes = { version = "1.1.0", optional = true }
|
||||
async-macros = { version = "1.0.0", optional = true }
|
||||
async-macros = { version = "2.0.0", optional = true }
|
||||
async-task = { version = "1.0.0", optional = true }
|
||||
broadcaster = { version = "0.2.6", optional = true, default-features = false, features = ["default-channels"] }
|
||||
crossbeam-channel = { version = "0.3.9", optional = true }
|
||||
|
|
Loading…
Reference in a new issue