From f2335c211c8b4e08a3e9d5757e09ae708aec87cd Mon Sep 17 00:00:00 2001 From: David Osipov Date: Sat, 21 Mar 2026 11:19:51 +0400 Subject: [PATCH] Version change before PR --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 046c48c..f0f1f57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2661,7 +2661,7 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" [[package]] name = "telemt" -version = "4.3.29-David7" +version = "3.4.0" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 086543d..bb54dbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telemt" -version = "4.3.29-David7" +version = "3.4.0" edition = "2024" [dependencies]