From: Steve Myers Date: Sat, 4 Sep 2021 17:45:18 +0000 (-0700) Subject: Update version in src/lib.rs X-Git-Tag: v0.11.0~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.CheckedData.html?a=commitdiff_plain;h=8c570ae7ebbe885f060451fe3f9435b80988a434;p=bdk Update version in src/lib.rs --- diff --git a/src/lib.rs b/src/lib.rs index b340deb2..83bb0238 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -40,7 +40,7 @@ //! interact with the bitcoin P2P network. //! //! ```toml -//! bdk = "0.10.0" +//! bdk = "0.11.0" //! ``` #![cfg_attr( feature = "electrum",