From 2732813a28fe7eef791a2c5557cd459a6b3530e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Filipe=20Storarri?= <13003392+flpStrri@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:39:27 -0300 Subject: [PATCH] Bump to v1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]