From 48dc928b4792b3c973725f4e31dafcac748ea6f0 Mon Sep 17 00:00:00 2001 From: dmikusa Date: Mon, 15 Jan 2024 13:38:33 +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 f7327e2..aeb18d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "top-logs" -version = "1.50.0" +version = "1.51.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"