Skip to content

Commit 6f85939

Browse files
authored
Fix inconsistencies between task dates (#14)
* fix: fixed inconsistencies between task dates
1 parent 28aa4c5 commit 6f85939

File tree

5 files changed

+116
-81
lines changed

5 files changed

+116
-81
lines changed

Cargo.lock

Lines changed: 69 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2024"
1414
chrono = "0.4.42"
1515
iced = {features = ["advanced", "lazy"], version = "0.14.0-dev"}
1616
once_cell = "1.21.3"
17-
planter-core = "0.0.3"
17+
planter-core = "0.0.4"
1818
# planter-core = {path = "../planter-core"}
1919
regex = "1.11.2"
2020

0 commit comments

Comments
 (0)