diff --git a/aya/Cargo.toml b/aya/Cargo.toml index cec83a0f..74ef5660 100644 --- a/aya/Cargo.toml +++ b/aya/Cargo.toml @@ -30,7 +30,7 @@ tempfile = { workspace = true } [features] default = [] async_tokio = ["tokio/net"] -async_std = ["async-io"] +async_std = ["dep:async-io"] [package.metadata.docs.rs] all-features = true