From c1b303907d9599057566034ad0dfce3ef22cc4c2 Mon Sep 17 00:00:00 2001 From: Alexander Tesfamichael Date: Fri, 29 Sep 2023 16:24:24 +0200 Subject: [PATCH] chore: cut release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 654fb27..41718bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -144,7 +144,7 @@ dependencies = [ [[package]] name = "block-submission-service" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index d5e8c28..4923436 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "block-submission-service" -version = "1.2.0" +version = "1.2.1" edition = "2021" default-run = "block-submission-service"