From 16c8c69c2c0a6e3ceef6d4027774af8ea711f8a6 Mon Sep 17 00:00:00 2001 From: Gregory Date: Sat, 20 Jun 2020 21:23:35 -0400 Subject: [PATCH] (cargo-release) version 0.4.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf5936c..6b5305c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,7 +403,7 @@ dependencies = [ [[package]] name = "handlr" -version = "0.4.4" +version = "0.4.5" dependencies = [ "ascii_table", "atty", diff --git a/Cargo.toml b/Cargo.toml index 8360074..0bab98e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlr" -version = "0.4.4" +version = "0.4.5" authors = ["greg "] edition = "2018" license = "MIT"