From 9d94f55cdcda1cf1669d6aa42f48a998dab16e65 Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Sun, 15 Feb 2026 13:20:19 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a319dfd..1547bab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telemt" -version = "2.0.0" +version = "3.0.0" edition = "2024" [dependencies] @@ -57,4 +57,4 @@ futures = "0.3" [[bench]] name = "crypto_bench" -harness = false \ No newline at end of file +harness = false