From f27d5fa23ef49b4b959fd0b4ba821b5ac3bd5896 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Sun, 22 Mar 2020 23:30:31 -0400 Subject: [PATCH] =?UTF-8?q?bump=20version=20number=20(2.1.2=20=E2=86=92=20?= =?UTF-8?q?2.2.0)?= 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 92686ba..f417d39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -543,7 +543,7 @@ dependencies = [ [[package]] name = "monolith" -version = "2.1.2" +version = "2.2.0" 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 5c6aa20..52a85eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monolith" -version = "2.1.2" +version = "2.2.0" edition = "2018" authors = [ "Sunshine ",