From bbc3617626d13e536340f17a26a2b948330e3c6f Mon Sep 17 00:00:00 2001 From: Saphereye Date: Sun, 7 Apr 2024 15:50:58 +0530 Subject: [PATCH] chore: update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f854d8..e7609e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "gregex" -version = "0.5.2" +version = "0.5.3" diff --git a/Cargo.toml b/Cargo.toml index 6cef6e9..4ba446b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gregex" -version = "0.5.2" +version = "0.5.3" edition = "2021" authors = ["Saphereye "] license = "MIT"