Update version in src/lib.rs

This commit is contained in:
Steve Myers
2021-09-04 10:45:18 -07:00
parent 56a7bc9874
commit 8c570ae7eb

View File

@@ -40,7 +40,7 @@
//! interact with the bitcoin P2P network. //! interact with the bitcoin P2P network.
//! //!
//! ```toml //! ```toml
//! bdk = "0.10.0" //! bdk = "0.11.0"
//! ``` //! ```
#![cfg_attr( #![cfg_attr(
feature = "electrum", feature = "electrum",