From b68eafb024a906bad1d79eec60f9c8b720e57dca Mon Sep 17 00:00:00 2001 From: Sergey Sova Date: Fri, 20 Sep 2019 22:59:41 +0300 Subject: [PATCH] v0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4cc11da..034e132 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "howtocards" -version = "0.2.0" +version = "0.2.2" dependencies = [ "actix 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3ce04ee..43d7f47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/howtocards" license = "MIT" name = "howtocards" repository = "https://github.com/howtocards/backend" -version = "0.2.1" +version = "0.2.2" edition = "2018" [[bin]]