fix attributes feature

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
poc-serde-support
Yoshua Wuyts 5 years ago
parent fb19ebde17
commit e74e246bbb
No known key found for this signature in database
GPG Key ID: 24EA8164F96777ED

@ -34,8 +34,9 @@ default = [
"num_cpus",
"pin-project-lite",
]
docs = ["unstable"]
docs = ["attributes", "unstable"]
unstable = ["default", "broadcaster"]
attributes = ["async-attributes"]
std = [
"async-macros",
"crossbeam-utils",

Loading…
Cancel
Save