mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-08 17:36:43 +00:00
use async-macros 1.0.0
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
fb2d2e28c1
commit
b951cf2d3b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ docs = []
|
|||
unstable = []
|
||||
|
||||
[dependencies]
|
||||
async-macros = { path = "../async-macros" }
|
||||
async-macros = "1.0.0"
|
||||
async-task = "1.0.0"
|
||||
cfg-if = "0.1.9"
|
||||
crossbeam-channel = "0.3.9"
|
||||
|
|
Loading…
Reference in a new issue