From c051f7d84e43e0e1ce6ec3dae47baa404d92b8be Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Thu, 3 Feb 2022 00:00:30 +0300 Subject: [PATCH] new: change version to 0.10.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1dd6e759..d65d4bd8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -663,7 +663,7 @@ dependencies = [ [[package]] name = "hl" -version = "0.10.7" +version = "0.10.8" dependencies = [ "ansi_term", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e4791bd9..91a71b2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ categories = ["command-line-utilities"] description = "Utility for viewing json-formatted log files." keywords = ["cli", "human", "log"] name = "hl" -version = "0.10.7" +version = "0.10.8" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html