Skip to content

Commit

Permalink
Merge pull request #1142 from zeenix/drop-sink-feature
Browse files Browse the repository at this point in the history
🔥 zb: Drop now unused `sink` feature of `futures-util`
  • Loading branch information
zeenix authored Nov 13, 2024
2 parents e542606 + 30dad45 commit 93d477c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ serde_repr = "0.1.19"
enumflags2 = { version = "0.7.9", features = ["serde"] }
futures-core = "0.3.30"
futures-util = { version = "0.3.30", default-features = false, features = [
"sink",
"std",
] }
async-broadcast = "0.7.0"
Expand Down

0 comments on commit 93d477c

Please sign in to comment.