From 03021deae198e82a7c8059a964e0226dba05eadf Mon Sep 17 00:00:00 2001 From: dmikusa Date: Mon, 21 Aug 2023 12:38:46 +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 20a8045..288c278 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "top-logs" -version = "1.35.0" +version = "1.36.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"