Skip to content

Commit

Permalink
Build futures-util with default features
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Dec 27, 2024
1 parent 2e0671e commit 82177bc
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 @@ -13,7 +13,7 @@ build = "build.rs"
[dependencies]
adw = { package = "libadwaita", version = "0.7.0", features = ["v1_6"] }
async-channel = "2.3.1"
futures-util = { version = "0.3.31", default-features = false }
futures-util = { version = "0.3.31" }
glib = { version = "0.20.7", features = ["log", "log_macros"] }
gtk = { package = "gtk4", version = "0.9.4", features = ["gnome_47"] }
log = "0.4.22"
Expand Down

0 comments on commit 82177bc

Please sign in to comment.