From 92b75b814f0d45f0f54a3ac2eeb4ba57bfcb3958 Mon Sep 17 00:00:00 2001 From: stringhandler Date: Thu, 31 Oct 2024 16:04:50 +0200 Subject: [PATCH] chore(release): v0.6.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d9520b..412bb9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4542,7 +4542,7 @@ dependencies = [ [[package]] name = "sha_p2pool" -version = "0.6.9" +version = "0.6.10" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a784e37..27ae9ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "sha_p2pool" -version = "0.6.9" +version = "0.6.10" [dependencies] minotari_app_grpc = {git = "https://github.com/tari-project/tari.git", rev = "2d0ccb121bb13990cac422fe72945cced06c1f74"}