From 540e5ce53f4e64d69f5d9cd2727fc25b8ec2ea67 Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Mon, 31 Oct 2022 01:05:36 -0600 Subject: [PATCH] deb and aur-git release fixes --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86c0809..0a84fb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -817,7 +817,7 @@ dependencies = [ [[package]] name = "tiempo" -version = "1.5.1" +version = "1.5.2" dependencies = [ "ansi_term 0.12.1", "atty", diff --git a/Cargo.toml b/Cargo.toml index 782acaa..1bdfe24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "A command line time tracker" license = "GPL-3.0" documentation = "https://tiempo.categulario.xyz" homepage = "https://gitlab.com/categulario/tiempo-rs" -version = "1.5.1" +version = "1.5.2" [dependencies] clap = "2"