fix config not being passed to custom formatters

This commit is contained in:
Abraham Toriz 2022-09-10 23:35:54 -04:00
parent 189ce814d0
commit a61a44d130
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -817,7 +817,7 @@ dependencies = [
[[package]]
name = "tiempo"
version = "1.4.0"
version = "1.4.1"
dependencies = [
"ansi_term 0.12.1",
"atty",

View File

@ -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.4.0"
version = "1.4.1"
[dependencies]
clap = "2"