diff --git a/Cargo.lock b/Cargo.lock index 5416cc1..cbe905e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -144,7 +144,7 @@ dependencies = [ [[package]] name = "block-submission-service" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 5fc1f79..6b80f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "block-submission-service" -version = "1.0.0" +version = "1.1.0" edition = "2021" default-run = "block-submission-service"