From f424a319badc0f3c6d5853c41af5cd61a0fa0436 Mon Sep 17 00:00:00 2001 From: Christbru Date: Sat, 18 Oct 2025 18:26:18 -0500 Subject: [PATCH] Updated version to current Cargo. --- rust-engine/Cargo.lock | 2 +- rust-engine/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-engine/Cargo.lock b/rust-engine/Cargo.lock index b0cbf75..a7ce9f3 100644 --- a/rust-engine/Cargo.lock +++ b/rust-engine/Cargo.lock @@ -1131,7 +1131,7 @@ dependencies = [ [[package]] name = "rust-engine" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "chrono", diff --git a/rust-engine/Cargo.toml b/rust-engine/Cargo.toml index 35338b9..7188aea 100644 --- a/rust-engine/Cargo.toml +++ b/rust-engine/Cargo.toml @@ -2,8 +2,8 @@ [package] name = "rust-engine" -version = "0.1.0" -edition = "2021" +version = "0.1.1" +edition = "2024" # --- CORRECTED DEPENDENCIES --- [dependencies]