From f948f13a31350fecb9302d47a7dafc1b970c1a5a Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 4 Jun 2020 00:03:18 -0400 Subject: (cargo-release) version 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2a4945..0bf759b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1358,7 +1358,7 @@ dependencies = [ [[package]] name = "things-to-check" -version = "0.1.0" +version = "0.2.0" dependencies = [ "actix-rt", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 41870a6..0cd146f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "things-to-check" -version = "0.1.0" +version = "0.2.0" publish = false authors = ["Owen Jacobson "] edition = "2018" -- cgit v1.2.3