diff options
author | Ricky Kresslein <ricky@unobserved.io> | 2024-02-05 11:08:59 +0100 |
---|---|---|
committer | Ricky Kresslein <ricky@unobserved.io> | 2024-02-05 11:08:59 +0100 |
commit | 3157cd45695a4089c0c42dd8675c978c0560964f (patch) | |
tree | d06070c35e1ca8cfa636cc01756c0a7f5ba5a40a /Cargo.lock | |
parent | 854466bb77ca187d131c9e67f9f8f530b6e42302 (diff) | |
download | Furtherance-3157cd45695a4089c0c42dd8675c978c0560964f.tar.zst |
Fix bug causing app to crash when restarting a completed Pomodoro task
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index 07a52cf..71a55e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ dependencies = [ [[package]] name = "furtherance" -version = "1.8.1" +version = "1.8.2" dependencies = [ "anyhow", "chrono", |