From f029efe315a8301656c6c1d866b6f9863e7c63c6 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Wed, 26 Aug 2026 20:24:46 +0200 Subject: [PATCH] Feat: Hebt Version auf 1.0.4 an --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c254be4..e1467bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "config-ctdra" -version = "1.0.3" +version = "1.0.4" dependencies = [ "confy", "program-ctdra", diff --git a/Cargo.toml b/Cargo.toml index 5024bd8..77f3512 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "config-ctdra" -version = "1.0.3" +version = "1.0.4" edition = "2024" authors = ['DragonSlayer_14'] readme = "README.md"