From 8a30ebe6d9e243511f3a24e326a83f49ef27d332 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Mon, 27 Oct 2025 13:53:47 -0400 Subject: [PATCH] tsk-203: Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7fc01e..e81dcfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -834,7 +834,7 @@ dependencies = [ [[package]] name = "icarus" -version = "0.3.8" +version = "0.3.9" dependencies = [ "axum", "axum-extra", diff --git a/Cargo.toml b/Cargo.toml index b70249a..dcab15f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icarus" -version = "0.3.8" +version = "0.3.9" edition = "2024" rust-version = "1.90"