2
0
Fork 1
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:
Yoshua Wuyts 2019-11-08 11:15:47 +01:00
parent fb19ebde17
commit e74e246bbb
No known key found for this signature in database
GPG key ID: 24EA8164F96777ED

View file

@ -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",