From bf694f37fefd8cc189b24cf0fb4f4f71721e93da Mon Sep 17 00:00:00 2001 From: selcukcukur Date: Wed, 27 May 2026 00:09:07 +0300 Subject: [PATCH] upgrade crate version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16a863d..aed2d40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ # License identifier (SPDX format, e.g. MIT, Apache-2.0) license = "MIT" # Current crate version (Semantic Versioning compliant) - version = "0.2.2" + version = "1.0.2" # Rust edition (modern syntax and features) edition = "2024"