Update to TaskChampion 0.8.0 (#3648)

* Update to TaskChampion 0.8.0

* Cargo update
This commit is contained in:
Dustin J. Mitchell 2024-10-22 19:37:47 -04:00 committed by GitHub
parent 96c72f3e06
commit 2db373d631
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 230 additions and 214 deletions

442
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ publish = false
crate-type = ["staticlib"] crate-type = ["staticlib"]
[dependencies] [dependencies]
taskchampion = "0.7.0" taskchampion = "0.8.0"
cxx = "1.0.124" cxx = "1.0.124"
[build-dependencies] [build-dependencies]