From 498b809f0ac80c44a863b0bdeb712bcb731f3508 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 13 Jul 2021 23:29:54 +0000 Subject: [PATCH] Publish autogenerated nightly docs --- static/docs-rs/bdk/nightly/latest/bdk/all.html | 2 +- static/docs-rs/bdk/nightly/latest/bdk/index.html | 4 ++-- static/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/docs-rs/bdk/nightly/latest/bdk/all.html b/static/docs-rs/bdk/nightly/latest/bdk/all.html index 92c45a6591..8e0e65446a 100644 --- a/static/docs-rs/bdk/nightly/latest/bdk/all.html +++ b/static/docs-rs/bdk/nightly/latest/bdk/all.html @@ -1,4 +1,4 @@ -List of all items in this crate

List of all items[] +List of all items in this crate

List of all items[]

Structs

Enums

Traits

Macros

Functions

Typedefs

diff --git a/static/docs-rs/bdk/nightly/latest/bdk/index.html b/static/docs-rs/bdk/nightly/latest/bdk/index.html index 8e433f23a3..51aaa7d1ea 100644 --- a/static/docs-rs/bdk/nightly/latest/bdk/index.html +++ b/static/docs-rs/bdk/nightly/latest/bdk/index.html @@ -1,4 +1,4 @@ -bdk - Rust

Crate bdk[][src]

Expand description

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

+bdk - Rust

Crate bdk[][src]

Expand description

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

About

The BDK library aims to be the core building block for Bitcoin wallets of any kind.

    @@ -17,7 +17,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.8.0"
    +
    bdk = "0.9.0"
     

    Sync the balance of a descriptor

    Example

    diff --git a/static/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html b/static/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html
    index 1f7bb74b6f..bbb0448450 100644
    --- a/static/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html
    +++ b/static/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html
    @@ -311,7 +311,7 @@
     //! interact with the bitcoin P2P network.
     //!
     //! ```toml
    -//! bdk = "0.8.0"
    +//! bdk = "0.9.0"
     //! ```
     #![cfg_attr(
         feature = "electrum",
    -- 
    2.49.0