From 313fc1cc2d4b0c88afad2473b9747585c82f5145 Mon Sep 17 00:00:00 2001 From: Stepan Kuzmin Date: Sat, 26 Oct 2019 21:25:41 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=200.5.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 bff0ebbe5..8c90ecb2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -982,7 +982,7 @@ dependencies = [ [[package]] name = "martin" -version = "0.4.1" +version = "0.5.0" dependencies = [ "actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "actix-rt 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 05f8b3fa0..3b3655101 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "martin" -version = "0.4.1" +version = "0.5.0" authors = ["Stepan Kuzmin "] edition = "2018"