Skip to content

Commit

Permalink
fix: no-default-features is no the right key
Browse files Browse the repository at this point in the history
  • Loading branch information
cmleinz committed Oct 5, 2024
1 parent f4b41b4 commit 0a6ee57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rust-version = "1.75"

[dependencies]
async-channel = { version = "2.3.1" }
futures-util = { version = "0.3.31", no-default-features = true, features = ["async-await-macro"] }
futures-util = { version = "0.3.31" }
pin-project-lite = { version = "0.2.14" }

[dev-dependencies]
Expand Down

0 comments on commit 0a6ee57

Please sign in to comment.