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