From 65785eac76fc363632d5770c02ad1fc1adb76488 Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Fri, 28 Aug 2026 14:38:42 +0200 Subject: [PATCH] Feat: Hebt Version auf 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a557cf..71d7f2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -866,7 +866,7 @@ dependencies = [ [[package]] name = "mirror-package" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9561ffc..c0d2a5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mirror-package" -version = "0.1.1" +version = "0.1.2" edition = "2024" authors = ['DragonSlayer_14'] readme = "README.md"