Skip to content

Commit fa1a3f8

Browse files
committed
f Reduce tokio feature set
1 parent 6b287df commit fa1a3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ rand = "0.8.5"
4949
chrono = "0.4"
5050
futures = "0.3"
5151
serde_json = { version = "1.0" }
52-
tokio = { version = "1", features = [ "full" ] }
52+
tokio = { version = "1", default-features = false, features = [ "rt-multi-thread", "time", "sync" ] }
5353

5454
[dev-dependencies]
5555
electrsd = { version = "0.22.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_23_0"] }

0 commit comments

Comments
 (0)