Skip to content

Commit 3f88bf4

Browse files
committed
Make tokio a default feature
1 parent bffcf47 commit 3f88bf4

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
@@ -36,7 +36,7 @@ electrsd = { version = "0.28.0", features = ["legacy", "esplora_a33e97e1", "bitc
3636
lazy_static = "1.4.0"
3737

3838
[features]
39-
default = ["blocking", "async", "async-https"]
39+
default = ["blocking", "async", "async-https", "tokio"]
4040
blocking = ["minreq", "minreq/proxy"]
4141
blocking-https = ["blocking", "minreq/https"]
4242
blocking-https-rustls = ["blocking", "minreq/https-rustls"]

0 commit comments

Comments
 (0)