Upgrade rusqlite to 0.28 and fix aur -git release

This commit is contained in:
Abraham Toriz 2022-07-22 19:23:59 +08:00
parent d4cc5b8fc8
commit 844bb0d631
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Changes
## 1.2.5
- From now on AUR packages (tiempo-git and tiempo-bin) are updated from CI
(yay!)
- Upgrade dependency rusqlite to 0.28 because 0.25 was yanked (perhaps a
security issue)
## 1.2.0
- Add `--interactive` to `resume` subcommand

2
Cargo.lock generated
View File

@ -812,7 +812,7 @@ dependencies = [
[[package]]
name = "tiempo"
version = "1.2.4"
version = "1.2.5"
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.2.4"
version = "1.2.5"
[dependencies]
clap = "2"