Skip to content

Commit

Permalink
Make tokio a default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Oct 13, 2024
1 parent bffcf47 commit 3f88bf4
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 @@ -36,7 +36,7 @@ electrsd = { version = "0.28.0", features = ["legacy", "esplora_a33e97e1", "bitc
lazy_static = "1.4.0"

[features]
default = ["blocking", "async", "async-https"]
default = ["blocking", "async", "async-https", "tokio"]
blocking = ["minreq", "minreq/proxy"]
blocking-https = ["blocking", "minreq/https"]
blocking-https-rustls = ["blocking", "minreq/https-rustls"]
Expand Down

0 comments on commit 3f88bf4

Please sign in to comment.