From 31297c7aa64f6bd536ead9e9a4e3ede37c88aca9 Mon Sep 17 00:00:00 2001 From: Gregory Date: Fri, 23 Apr 2021 19:23:51 -0400 Subject: [PATCH] (cargo-release) version 0.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4dfecf..5c2e415 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,7 +405,7 @@ dependencies = [ [[package]] name = "handlr" -version = "0.6.0" +version = "0.6.1" dependencies = [ "aho-corasick", "ascii_table", diff --git a/Cargo.toml b/Cargo.toml index abf2788..5605076 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlr" -version = "0.6.0" +version = "0.6.1" authors = ["Gregory "] edition = "2018" license = "MIT"