From 549cd24812525af00b05301b7915047c556d5eac Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Wed, 14 Apr 2021 17:27:28 +0200 Subject: [PATCH] Bump version to 0.6.0 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e0033105..786aabbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.6.0-rc.1" +version = "0.6.0" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org" diff --git a/src/lib.rs b/src/lib.rs index 06bd3252..0819db5f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -43,7 +43,7 @@ //! interact with the bitcoin P2P network. //! //! ```toml -//! bdk = "0.5.0" +//! bdk = "0.6.0" //! ``` //! //! ## Sync the balance of a descriptor