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"