Skip to content

Commit e5d48df

Browse files
committed
chore: update rust edition 2021, package v1.0.0
- update rust edition to 2021 - update the package version to 1.0.0 - fix clippy warning
1 parent b660286 commit e5d48df

File tree

4 files changed

+439
-202
lines changed

4 files changed

+439
-202
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
77

88
## [1.0.0]
99

10-
- Changed the MSRV to 1.75.0
11-
- Changed electrum client to use bdk_electrum, sqlite feature to use bdk_wallet/rusqlite
12-
- Updated `repl` to use shlex instead of regex, rustyline and fd-lock
10+
- Changed the MSRV to 1.75.0 and bumped the rust edition to 2021
11+
- Changed `electrum` client to use `bdk_electrum`, `sqlite` feature to use `bdk_wallet/rusqlite`
12+
- Updated `repl` to use shlex instead of `regex`, `rustyline` and `fd-lock`
1313
- Updated `bdk_wallet` to 1.0.0
1414
- Updated `bdk_bitcoind_rpc` to `0.18.0`, `bdk_electrum` to `0.21.0`, `bdk_esplora` to `0.20.1`, `bdk-reserves` to `0.29.0`
1515
- Updated `electrsd` to v31.0
1616
- Updated `clap` to v4.5
17-
- Added compact block filter feature using `bdk-kyoto`
18-
- Replaced regtest-bitcoin feature with `rpc`
17+
- Added `cbf` (compact block filter) feature using `bdk-kyoto`
18+
- Replaced `regtest-bitcoin` feature with `rpc`
1919
- Added custom error enum
2020
- Set `repl` and `sqlite` as the default features
2121
- Set default fee rate to `FeeRate::BROADCAST_MIN`

0 commit comments

Comments
 (0)