]> Untitled Git - bitcoindevkit.org/commitdiff
Publish autogenerated nightly docs
authorgithub-actions <github-actions@github.com>
Tue, 26 Jan 2021 22:17:32 +0000 (22:17 +0000)
committergithub-actions <github-actions@github.com>
Tue, 26 Jan 2021 22:17:32 +0000 (22:17 +0000)
static/docs-rs/bdk/nightly/latest/bdk/index.html
static/docs-rs/bdk/nightly/latest/src/bdk/lib.rs.html

index ce2b7dce640a6eefd91e44c94fbccd27aea4ff93..a83b93e86e3b49d3e8922e923e69937dc6fcc8b5 100644 (file)
@@ -20,7 +20,7 @@ their uses.</p>
 The default features include a simple key-value database (<a href="sled"><code>sled</code></a>) to cache
 blockchain data and an <a href="https://docs.rs/electrum-client/">electrum</a> blockchain client to
 interact with the bitcoin P2P network.</p>
-<pre><code class="language-toml">bdk = &quot;0.2.0&quot;
+<pre><code class="language-toml">bdk = &quot;0.3.0&quot;
 </code></pre>
 <h2 id="sync-the-balance-of-a-descriptor" class="section-header"><a href="#sync-the-balance-of-a-descriptor">Sync the balance of a descriptor</a></h2><h3 id="example" class="section-header"><a href="#example">Example</a></h3>
 <div class='information'><div class='tooltip ignore'>ⓘ</div></div><div class="example-wrap"><pre class="rust rust-example-rendered ignore">
index 586da18f42e76161a85663195b0d5cc3bcb7873c..87a978c6cc93170d7591506e8b0c1e6c3e47e09a 100644 (file)
 <span class="doccomment">//! interact with the bitcoin P2P network.</span>
 <span class="doccomment">//!</span>
 <span class="doccomment">//! ```toml</span>
-<span class="doccomment">//! bdk = &quot;0.2.0&quot;</span>
+<span class="doccomment">//! bdk = &quot;0.3.0&quot;</span>
 <span class="doccomment">//! ```</span>
 <span class="doccomment">//!</span>
 <span class="doccomment">//! ## Sync the balance of a descriptor</span>