From a0b7cfa27f8d91a2be8d4437d49e959c388fc7e4 Mon Sep 17 00:00:00 2001 From: JoseMenta Date: Wed, 26 Mar 2025 18:05:24 +0100 Subject: [PATCH] update Cargo.toml --- rust/Cargo.lock | 5 +++-- rust/Cargo.toml | 5 ++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index e9e570d7..b9d42e10 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1,6 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 4 + [[package]] name = "rust" -version = "0.2.0" - +version = "0.1.0" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 875b0d44..d32eb5fd 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,5 +1,4 @@ [package] name = "rust" -version = "0.2.0" -authors = ["Michael Gerhaeuser ", "rrokkam "] -edition = "2018" +version = "0.1.0" +edition = "2024"