From 43914587bc470903d7e54592ddf3c34b2e253122 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Sat, 11 Apr 2026 08:54:37 -0700 Subject: [PATCH] Prepare esploda 0.2.1 --- Cargo.lock | 2 +- crates/esploda/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3af4265..505adcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ checksum = "8070547d90d1b98debb6626421d742c897942bbb78f047694a5eb769495eccd6" [[package]] name = "esploda" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "bitcoin", diff --git a/crates/esploda/Cargo.toml b/crates/esploda/Cargo.toml index ce561ec..707aa88 100644 --- a/crates/esploda/Cargo.toml +++ b/crates/esploda/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "esploda" description = "Esplora client, sans I/O" -version = "0.2.0" +version = "0.2.1" repository = "https://github.com/dcdpr/taxcount" authors = ["Jay Oster ", "rgrant "] edition = "2021"