From 18a2edbadeeee12e426b02cade567f5fb1f686f1 Mon Sep 17 00:00:00 2001 From: jtmoon79 <815261+jtmoon79@users.noreply.github.com> Date: Sun, 16 Oct 2022 16:52:37 -0700 Subject: [PATCH] bump version 0.1.38 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5060a5da..cabfe20b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1190,7 +1190,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "super_speedy_syslog_searcher" -version = "0.0.37" +version = "0.1.38" dependencies = [ "arrayref", "arraystring", diff --git a/Cargo.toml b/Cargo.toml index 8150dceb..cf620a04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "super_speedy_syslog_searcher" description = "Super Speedy Syslog Searcher will search syslog files and sort entries by datetime. DateTime filters may be passed to narrow the search. It aims to be very fast." -version = "0.0.37" +version = "0.1.38" edition = "2021" rust-version = "1.62" repository = "https://github.com/jtmoon79/super-speedy-syslog-searcher"