From 4b2645e396e0b14404424515ed610647e1c08cdd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 4 Aug 2020 07:27:45 +0000 Subject: [PATCH] (cargo-release) version 0.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbe340cc..bf37bd23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -254,7 +254,7 @@ dependencies = [ [[package]] name = "hl" -version = "0.1.0-alpha.0" +version = "0.1.0" dependencies = [ "ansi_term 0.12.1", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index be4a8822..a576011a 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.1.0-alpha.0" +version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html