From 0cac0a41c813acfa7cee79463ae7142eac556d1c Mon Sep 17 00:00:00 2001 From: Gregory Date: Sun, 25 Apr 2021 00:02:04 -0400 Subject: [PATCH] (cargo-release) version 0.6.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fb0160..c64849c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,7 +405,7 @@ dependencies = [ [[package]] name = "handlr" -version = "0.6.2" +version = "0.6.3" dependencies = [ "aho-corasick", "ascii_table", diff --git a/Cargo.toml b/Cargo.toml index 4affb62..b98ec90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlr" -version = "0.6.2" +version = "0.6.3" authors = ["Gregory "] edition = "2018" license = "MIT"