diff --git a/Cargo.lock b/Cargo.lock index fb7a7ed..7d0ad9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1635,7 +1635,7 @@ dependencies = [ [[package]] name = "rinha-backend-2023-q3" -version = "0.1.0" +version = "1.0.0" dependencies = [ "assert-json-diff", "axum", diff --git a/Cargo.toml b/Cargo.toml index 6fe8ad8..f621384 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rinha-backend-2023-q3" -version = "0.1.0" +version = "1.0.0" edition = "2021" [lib]