From 9b38a2f3ab7ebcd8f327d18d22ec53d3b6963f0a Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 24 Feb 2022 01:46:35 +0000 Subject: [PATCH] Publish autogenerated nightly docs --- .../public/docs-rs/bdk/nightly/latest/bdk/index.html | 4 ++-- .../public/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk/index.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk/index.html index 5e7d703eb6..f3ff652cd6 100644 --- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk/index.html +++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/bdk/index.html @@ -4,7 +4,7 @@
+

Crate bdk

logo

Crate bdk

source · []
Expand description

A modern, lightweight, descriptor-based wallet library written in Rust.

About

@@ -25,7 +25,7 @@ their uses.

The default features include a simple key-value database (sled) to cache blockchain data and an electrum blockchain client to interact with the bitcoin P2P network.

-
bdk = "0.16.0"

Sync the balance of a descriptor

Example

+
bdk = "0.16.1"

Sync the balance of a descriptor

Example

use bdk::Wallet;
 use bdk::database::MemoryDatabase;
 use bdk::blockchain::{noop_progress, ElectrumBlockchain};
diff --git a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html
index d38161ca39..274cf959b9 100644
--- a/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html
+++ b/docs/.vuepress/public/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html
@@ -338,7 +338,7 @@
 //! interact with the bitcoin P2P network.
 //!
 //! ```toml
-//! bdk = "0.16.0"
+//! bdk = "0.16.1"
 //! ```
 #![cfg_attr(
     feature = "electrum",
-- 
2.49.0