## [Unreleased]
-- Update repl feature to not include electrum
+- Update default feature to not include electrum
- Upgrade to `bdk` v0.7.x
- Add top level command "Compile" which compiles a miniscript policy to an output descriptor
- Add `CompactFilterOpts` to `WalletOpts` to enable compact-filter blockchain configuration
required-features = ["cli"]
[package.metadata.docs.rs]
-features = ["compiler"]
+features = ["compiler", "electrum"]
You can the install the binaries for the latest tag of `bdk-cli` with online wallet features
directly from [crates.io](https://crates.io/crates/bdk-cli) with a command as below:
```sh
-cargo install bdk-cli --features `electrum`
+cargo install bdk-cli --features electrum
```
### bdk-cli bin usage examples