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 = "0.2.0"
+<pre><code class="language-toml">bdk = "0.3.0"
</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">
<span class="doccomment">//! interact with the bitcoin P2P network.</span>
<span class="doccomment">//!</span>
<span class="doccomment">//! ```toml</span>
-<span class="doccomment">//! bdk = "0.2.0"</span>
+<span class="doccomment">//! bdk = "0.3.0"</span>
<span class="doccomment">//! ```</span>
<span class="doccomment">//!</span>
<span class="doccomment">//! ## Sync the balance of a descriptor</span>