From: Alekos Filini Date: Mon, 9 Aug 2021 12:56:22 +0000 (+0200) Subject: Update version in `src/lib.rs` X-Git-Tag: 0.10.0~3 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/%22example_cli/enum.Commands.html/struct.String.html?a=commitdiff_plain;h=c8593ecf709ae03cabf4a49f7d5ab3b948399d2b;p=bdk Update version in `src/lib.rs` --- diff --git a/src/lib.rs b/src/lib.rs index 0a7d61b3..8ece0805 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -40,7 +40,7 @@ //! interact with the bitcoin P2P network. //! //! ```toml -//! bdk = "0.9.0" +//! bdk = "0.10.0" //! ``` #![cfg_attr( feature = "electrum",