make watch hooks cumulative

This commit is contained in:
Clément DOUIN
2024-02-03 22:30:15 +01:00
parent 83306d5f6a
commit a945e1bf2f
4 changed files with 19 additions and 5 deletions
+3 -2
View File
@@ -120,7 +120,8 @@ clap_mangen = "0.2"
console = "0.15.2"
dialoguer = "0.10.2"
dirs = "4.0"
email-lib = { version = "=0.21.0", default-features = false }
# email-lib = { version = "=0.21.0", default-features = false }
email-lib = { git = "https://git.sr.ht/~soywod/pimalaya", default-features = false }
email_address = "0.2.4"
env_logger = "0.8"
erased-serde = "0.3"
@@ -155,4 +156,4 @@ version = "0.29"
features = ["bundled"]
[target.'cfg(not(windows))'.dependencies.coredump]
version = "=0.1.2"
version = "0.1"