File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ v0.16.1] - [ v0.16.0]
10+
911- Pin tokio dependency version to ~ 1.14 to prevent errors due to their new MSRV 1.49.0
1012
1113## [ v0.16.0] - [ v0.15.0]
@@ -413,4 +415,5 @@ final transaction is created by calling `finish` on the builder.
413415[ v0.13.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.12.0...v0.13.0
414416[ v0.14.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.13.0...v0.14.0
415417[ v0.15.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.14.0...v0.15.0
416- [ v0.16.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.15.0...v0.16.0
418+ [ v0.16.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.15.0...v0.16.0
419+ [ v0.16.1 ] : https://github.com/bitcoindevkit/bdk/compare/v0.16.0...v0.16.1
Original file line number Diff line number Diff line change 11[package ]
22name = " bdk"
3- version = " 0.16.1-dev "
3+ version = " 0.16.1"
44edition = " 2018"
55authors = [" Alekos Filini <alekos.filini@gmail.com>" , " Riccardo Casatta <riccardo@casatta.it>" ]
66homepage = " https://bitcoindevkit.org"
Original file line number Diff line number Diff line change 4444//! interact with the bitcoin P2P network.
4545//!
4646//! ```toml
47- //! bdk = "0.16.0 "
47+ //! bdk = "0.16.1 "
4848//! ```
4949#![ cfg_attr(
5050 feature = "electrum" ,
You can’t perform that action at this time.
0 commit comments