From 29d430e298eb1cc76d9839254268e6dce0a04f87 Mon Sep 17 00:00:00 2001 From: Stefan Ruzitschka <362487+icepuma@users.noreply.github.com> Date: Tue, 1 Mar 2022 22:05:07 +0100 Subject: [PATCH] (cargo-release) version 0.5.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4533ae6..32958e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,7 +404,7 @@ dependencies = [ [[package]] name = "fbtoggl" -version = "0.5.8" +version = "0.5.9" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4407933..2f755c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fbtoggl" -version = "0.5.8" +version = "0.5.9" edition = "2021" authors = ["Stefan Ruzitschka "] description = "Terminal client to interact with track.toggl.com REST api."