about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRicky Kresslein <ricky@unobserved.io>2024-02-05 11:08:59 +0100
committerRicky Kresslein <ricky@unobserved.io>2024-02-05 11:08:59 +0100
commit3157cd45695a4089c0c42dd8675c978c0560964f (patch)
treed06070c35e1ca8cfa636cc01756c0a7f5ba5a40a /Cargo.lock
parent854466bb77ca187d131c9e67f9f8f530b6e42302 (diff)
downloadFurtherance-3157cd45695a4089c0c42dd8675c978c0560964f.tar.zst
Fix bug causing app to crash when restarting a completed Pomodoro task
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
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",