diff --git a/Cargo.lock b/Cargo.lock index 100d98a6..da3b1e73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1190,7 +1190,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "super_speedy_syslog_searcher" -version = "0.0.28" +version = "0.0.29" dependencies = [ "arrayref", "arraystring", diff --git a/Cargo.toml b/Cargo.toml index 7ea2bac4..bb5118d3 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.28" +version = "0.0.29" edition = "2021" rust-version = "1.62" repository = "https://github.com/jtmoon79/super-speedy-syslog-searcher"