From 8112ab6d04b04daf6d439c1d0cd99d01ea0be29b Mon Sep 17 00:00:00 2001 From: Sunshine Date: Sun, 5 Apr 2020 14:38:40 -0400 Subject: [PATCH] =?UTF-8?q?version=20bump=20(2.2.1=20=E2=86=92=202.2.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b72db67..82252db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ dependencies = [ [[package]] name = "monolith" -version = "2.2.1" +version = "2.2.2" dependencies = [ "assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e409ed3..026f7a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monolith" -version = "2.2.1" +version = "2.2.2" edition = "2018" authors = [ "Sunshine ",