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"