From a540bd1ac7c3addf1691fbc0c830f53bdbe65d09 Mon Sep 17 00:00:00 2001 From: jtmoon79 <815261+jtmoon79@users.noreply.github.com> Date: Wed, 15 Feb 2023 08:49:24 +0000 Subject: [PATCH] bump version 0.2.52 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ad024f6..18c2bcbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1352,7 +1352,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "super_speedy_syslog_searcher" -version = "0.2.51" +version = "0.2.52" dependencies = [ "arrayref", "arraystring", diff --git a/Cargo.toml b/Cargo.toml index d26f7615..b01ba0c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" keywords = ["syslog", "log", "log-parser", "search", "merge"] categories = ["command-line-utilities", "filesystem"] readme = "README.md" -version = "0.2.51" +version = "0.2.52" edition = "2021" # `rust-version` should match ./github/workflows/rust.yml:rust_msrv:msrv rust-version = "1.64.0"