From c715b76324aff51b07c7786d052133c0ce1bbb27 Mon Sep 17 00:00:00 2001 From: Ash Manning Date: Mon, 4 Nov 2024 22:41:03 +0800 Subject: [PATCH] bump version for release --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54f2b25..0115257 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5012,7 +5012,7 @@ dependencies = [ [[package]] name = "thunder" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "bincode", @@ -5055,7 +5055,7 @@ dependencies = [ [[package]] name = "thunder_app" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "base64 0.21.7", @@ -5095,7 +5095,7 @@ dependencies = [ [[package]] name = "thunder_app_cli" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "bitcoin", @@ -5110,7 +5110,7 @@ dependencies = [ [[package]] name = "thunder_app_rpc_api" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bitcoin", "jsonrpsee", diff --git a/Cargo.toml b/Cargo.toml index 33e469f..a4f3583 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ authors = [ "Nikita Chashchinskii " ] edition = "2021" -version = "0.10.0" +version = "0.10.1" [workspace.dependencies.rustreexo] git = "https://github.com/Ash-L2L/rustreexo.git"