From 65751e9aad4d226afee08cd6d0fb896a5e6ec6ce Mon Sep 17 00:00:00 2001 From: Abraham Toriz Date: Thu, 19 Aug 2021 21:12:26 -0500 Subject: [PATCH] respect default_formatter config --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76a7e9b..0e08c03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -620,7 +620,7 @@ dependencies = [ [[package]] name = "tiempo" -version = "1.0.2" +version = "1.0.3" dependencies = [ "ansi_term 0.12.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3cd955b..52b9b42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "A command line time tracker" license = "GPL-3.0" documentation = "https://gitlab.com/categulario/tiempo-rs" homepage = "https://gitlab.com/categulario/tiempo-rs" -version = "1.0.2" +version = "1.0.3" [dependencies] clap = "2"