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]]