From 7c0f1b03934adb2b66703ea1f99f4235bc7923b6 Mon Sep 17 00:00:00 2001 From: dmikusa Date: Mon, 18 Nov 2024 20:12:40 +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 64c7968..7353cd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "top-logs" -version = "1.77.0" +version = "1.78.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"