From 478bae2ecdd66c392ab9765b6816201088807b1b Mon Sep 17 00:00:00 2001 From: Gregory Date: Thu, 29 Apr 2021 20:53:18 -0400 Subject: [PATCH] (cargo-release) version 0.6.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 83dd03b..22451c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -371,7 +371,7 @@ dependencies = [ [[package]] name = "handlr" -version = "0.6.3" +version = "0.6.4" dependencies = [ "aho-corasick", "ascii_table", diff --git a/Cargo.toml b/Cargo.toml index a8c2371..1fc6bca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlr" -version = "0.6.3" +version = "0.6.4" authors = ["Gregory "] edition = "2018" license = "MIT"