From e6f3351ebb430945cd4b2f4819b967d6abac17de Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Thu, 4 Sep 2025 15:08:43 -0400 Subject: [PATCH] minor version --- Cargo.toml | 2 +- integration/utils/Cargo.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9424302..ed15cc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ default-members = ["crates/predict-otron-9000"] resolver = "2" [workspace.package] -version = "0.1.4" +version = "0.1.5" # Compiler optimization profiles for the workspace [profile.release] diff --git a/integration/utils/Cargo.toml b/integration/utils/Cargo.toml index dc96482..0aee9af 100644 --- a/integration/utils/Cargo.toml +++ b/integration/utils/Cargo.toml @@ -1,6 +1,5 @@ [package] name = "utils" -version = "0.1.4" edition = "2021" [lib]