From 86e6ce5705e581b094ee7099ec91d180caf5da1f Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 26 Jan 2021 22:17:32 +0000 Subject: [PATCH] Publish autogenerated nightly docs --- static/docs-rs/bdk/nightly/latest/bdk/index.html | 2 +- static/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/docs-rs/bdk/nightly/latest/bdk/index.html b/static/docs-rs/bdk/nightly/latest/bdk/index.html index ce2b7dce64..a83b93e86e 100644 --- a/static/docs-rs/bdk/nightly/latest/bdk/index.html +++ b/static/docs-rs/bdk/nightly/latest/bdk/index.html @@ -20,7 +20,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.2.0"
+
bdk = "0.3.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 586da18f42..87a978c6cc 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
@@ -332,7 +332,7 @@
 //! interact with the bitcoin P2P network.
 //!
 //! ```toml
-//! bdk = "0.2.0"
+//! bdk = "0.3.0"
 //! ```
 //!
 //! ## Sync the balance of a descriptor
-- 
2.49.0