]> Untitled Git - bdk/commit
fix(bdk_esplora): build with `--no-default-features`
authorLeonardo Lima <oleonardolima@users.noreply.github.com>
Mon, 16 Sep 2024 15:51:29 +0000 (12:51 -0300)
committerLeonardo Lima <oleonardolima@users.noreply.github.com>
Fri, 20 Sep 2024 00:47:37 +0000 (21:47 -0300)
commit33942ece8f2f1f0b3d85a201d659cde72a560646
tree04f3ca4f8d18e3dcce82002ec532e242143a1610
parent88423f3a327648c6e44edd7deb15c9c92274118a
fix(bdk_esplora): build with `--no-default-features`

- add `blocking-https` as one of the default features, instead of
  `blocking-https-rustls`, they are basically the same in
  `esplora-client`.
- add `async` and `blocking as required features for each test, using
  the `[[test]]` cargo target.
crates/esplora/Cargo.toml
crates/esplora/README.md