From 18b91e53531f6201cfa66b9c9d02380cd9ff0ed7 Mon Sep 17 00:00:00 2001 From: Sergey Sova Date: Sun, 8 Sep 2019 09:40:57 +0300 Subject: [PATCH] v0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e613609..4cc11da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "howtocards" -version = "0.1.5" +version = "0.2.0" 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 46d1ece..40fa47f 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.1.5" +version = "0.2.0" edition = "2018" [[bin]]