Update DEVELOPMENT_CYCLE.md to work with [patch.crates-io]

This commit is contained in:
Steve Myers
2022-03-18 21:21:09 -05:00
parent 4fbd8520e6
commit 3d69f1c291
5 changed files with 126 additions and 50 deletions

View File

@@ -43,10 +43,6 @@
//! blockchain data and an [electrum](https://docs.rs/electrum-client/) blockchain client to
//! interact with the bitcoin P2P network.
//!
//! ```toml
//! bdk = "0.21.0"
//! ```
//!
//! # Examples
#![cfg_attr(
feature = "electrum",
@@ -81,6 +77,7 @@ fn main() -> Result<(), bdk::Error> {
//!
//! ## Generate a few addresses
//!
//! ### Example
//! ```
//! use bdk::{Wallet};
//! use bdk::database::MemoryDatabase;