From ea0ae16bb6106d093f31cd290a324e40e3ab1034 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Mon, 13 Oct 2025 17:14:32 -0400 Subject: [PATCH] Version bump Going with the version I done earlier. I won't have the versioning match the api version in the endpoints --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfb6d79..a45f10d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -853,7 +853,7 @@ dependencies = [ [[package]] name = "icarus" -version = "0.2.4" +version = "0.3.0" dependencies = [ "axum", "axum-extra", diff --git a/Cargo.toml b/Cargo.toml index 07409ae..b642710 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icarus" -version = "0.2.4" +version = "0.3.0" edition = "2024" rust-version = "1.90"