mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 17:25:32 +00:00
fix attributes feature
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
fb19ebde17
commit
e74e246bbb
1 changed files with 2 additions and 1 deletions
|
@ -34,8 +34,9 @@ default = [
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
]
|
]
|
||||||
docs = ["unstable"]
|
docs = ["attributes", "unstable"]
|
||||||
unstable = ["default", "broadcaster"]
|
unstable = ["default", "broadcaster"]
|
||||||
|
attributes = ["async-attributes"]
|
||||||
std = [
|
std = [
|
||||||
"async-macros",
|
"async-macros",
|
||||||
"crossbeam-utils",
|
"crossbeam-utils",
|
||||||
|
|
Loading…
Reference in a new issue