chore: 🤖 release 0.5.0

This commit is contained in:
Stepan Kuzmin 2019-10-26 21:25:41 +03:00
parent aecb7ce6f4
commit 313fc1cc2d
No known key found for this signature in database
GPG Key ID: 41335DA6EE45C2B6
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -982,7 +982,7 @@ dependencies = [
[[package]] [[package]]
name = "martin" name = "martin"
version = "0.4.1" version = "0.5.0"
dependencies = [ dependencies = [
"actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "actix-rt 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "martin" name = "martin"
version = "0.4.1" version = "0.5.0"
authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>"] authors = ["Stepan Kuzmin <to.stepan.kuzmin@gmail.com>"]
edition = "2018" edition = "2018"