From 03b9af543a1473e563f4ef2b55b6f57c6ff1657b Mon Sep 17 00:00:00 2001 From: Sunshine Date: Tue, 8 Jun 2021 13:09:50 -1000 Subject: [PATCH] bump version (2.5.0 -> 2.6.0) --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1da2872..af5fb7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -670,7 +670,7 @@ dependencies = [ [[package]] name = "monolith" -version = "2.5.0" +version = "2.6.0" dependencies = [ "assert_cmd", "atty", diff --git a/Cargo.toml b/Cargo.toml index 2460b69..4a8c4bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monolith" -version = "2.5.0" +version = "2.6.0" authors = [ "Sunshine ", "Mahdi Robatipoor ", @@ -39,4 +39,4 @@ default-features = false features = ["default-tls", "blocking", "gzip"] [dev-dependencies] -assert_cmd = "1.0.4" +assert_cmd = "1.0.5"