From 2a79cd6dab64b22fc1b8b055b1146eb212f64d2d Mon Sep 17 00:00:00 2001 From: Gregory Date: Sun, 17 May 2020 16:06:56 -0400 Subject: [PATCH] (cargo-release) version 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a50dad1..106f0a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "handlr" -version = "0.1.0" +version = "0.2.0" dependencies = [ "ascii_table", "dashmap", diff --git a/Cargo.toml b/Cargo.toml index 2652fd6..c067afc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlr" -version = "0.1.0" +version = "0.2.0" authors = ["greg "] edition = "2018" license = "MIT"