From 9af16c86f01f089ee57222f2f89c96af56a8ad41 Mon Sep 17 00:00:00 2001 From: dmikusa Date: Thu, 22 Dec 2022 02:52:03 +0000 Subject: [PATCH] Bump cargo version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58de271..7e255be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "top-logs" -version = "1.8.0" +version = "1.9.0" authors = ["Daniel Mikusa "] edition = "2018" description = "Tops logs is a tool which can be used to parse through access logs to understand usage trends and hunt for problems"