Summary
This is a maintenance release and includes changes from yanked version 0.27.2 including to disable default-features for rust-bitcoin and rust-miniscript dependencies, and for rust-esplora-client optional dependency. New default std feature must now be enabled unless building for wasm.
Changelog
- Bump bip39 crate to v2.0.0 #875
- Set default-features = false for rust-bitcoin and rust-miniscript #882
- Update esplora client dependency to version 0.4 #884
- Added new std feature as part of default features #930
What's Changed
- Set dev-dependency base64ct version to <1.6.0 by @notmandatory in #877
- Set
default-features = false
for rust-bitcoin and rust-miniscript by @benthecarman in #882 - Update esplora client dependency to version 0.4 by @notmandatory in #884
- Bump version to 0.27.2 by @notmandatory in #892
- Bump bip39 crate to v2.0.0 by @tnull in #875
- Add default
std
feature, prep for 0.28.0 release by @notmandatory in #930
Full Changelog: v0.27.1...v0.28.0