Skip to content

Commit

Permalink
Merge pull request #821 from Tuetuopay/fix-udeps
Browse files Browse the repository at this point in the history
aya: fix unused async-io dependency linter error
  • Loading branch information
tamird authored Oct 18, 2023
2 parents 8154fb7 + 984c08c commit f037a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aya/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f037a94

Please sign in to comment.