From 202d00c9c4bd7d212e3aee9cee3572cda02a4150 Mon Sep 17 00:00:00 2001 From: Stefan Ruzitschka <362487+icepuma@users.noreply.github.com> Date: Thu, 3 Feb 2022 22:00:26 +0100 Subject: [PATCH] (cargo-release) version 0.5.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 547663a..85d16c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -376,7 +376,7 @@ dependencies = [ [[package]] name = "fbtoggl" -version = "0.5.7" +version = "0.5.8" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index cc579a6..4407933 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fbtoggl" -version = "0.5.7" +version = "0.5.8" edition = "2021" authors = ["Stefan Ruzitschka "] description = "Terminal client to interact with track.toggl.com REST api."