From 9c34fc93cbd2d0ede3faf4b6a36b64b95e32ab15 Mon Sep 17 00:00:00 2001 From: Gitea-Bot Date: Sun, 20 Sep 2026 14:19:22 +0000 Subject: [PATCH] =?UTF-8?q?Chore:=20Erh=C3=B6ht=20Patch-Version=20auf=202.?= =?UTF-8?q?0.1=20f=C3=BCr=20Promotion=20nach=20testing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9d4496..024e7fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2052,7 +2052,7 @@ checksum = "ba467056f1b547ed52077911161fc86985becbc60e8e1857c8a144dab0def891" [[package]] name = "smart-mount" -version = "2.0.0" +version = "2.0.1" dependencies = [ "aes-gcm 0.11.1", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index aba39f1..d44ca91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smart-mount" -version = "2.0.0" +version = "2.0.1" edition = "2024" authors = ['DragonSlayer_14'] readme = "README.md"