]> Untitled Git - bdk/commit
deps(bdk_chain)!: bump `miniscript` to `13.0.0`
authorLeonardo Lima <oleonardolima@users.noreply.github.com>
Mon, 26 Jan 2026 20:52:39 +0000 (17:52 -0300)
committerLeonardo Lima <oleonardolima@users.noreply.github.com>
Mon, 26 Jan 2026 21:12:51 +0000 (18:12 -0300)
commit17d003a6e6a4f22983f67523cde0aa4e3f82ba78
tree379bc1fce5d982f110964dbb5ee3381dc8777ccc
parentb4c8c6a110de14c1b04d2a525cd8fb3e4d67cec6
deps(bdk_chain)!: bump `miniscript` to `13.0.0`

- upgrades `miniscript` version to `13.0.0`.
- fixes the usage of `psbt.sign` in `example_cli.
- `miniscript/no-std` has been removed in `13.0.0`, so it's not needed
  anymore to use it in CI.

BREAKING_CHANGE: `bdk_chain` does re-exports the `miniscript` API,
therefore bumping it's version is considered a breaking change.
.github/workflows/cont_integration.yml
crates/chain/Cargo.toml
examples/example_cli/src/lib.rs