Skip to content

Commit c1818a2

Browse files
authored
Fix default features warnings (#894)
1 parent 9196330 commit c1818a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ clap = "4.5"
5656
console-subscriber = "0.1"
5757
env_logger = "0.11"
5858
futures = "0.3"
59-
futures-util = "0.3"
59+
futures-util = { version = "0.3", default-features = false }
6060
lazy_static = "1.4"
6161
log = "0.4"
6262
parking_lot = "0.12"
@@ -67,7 +67,7 @@ rand = "0.9"
6767
serde = "1"
6868
serde_json = "1.0"
6969
thiserror = "1"
70-
tokio = "1"
70+
tokio = { version = "1", default-features = false }
7171

7272
[profile.release]
7373
opt-level = "z"

0 commit comments

Comments
 (0)