chore: Release

This commit is contained in:
2025-04-21 21:16:43 -07:00
parent dc39eed1a7
commit 273562b58c
6 changed files with 13 additions and 13 deletions

View File

@@ -13,8 +13,8 @@ version.workspace = true
[dependencies]
anyhow = "1.0.69"
clap = { version = "4.5.37", features = ["derive", "env"] }
letterbox-notmuch = { version = "0.15.11", path = "../notmuch" }
letterbox-shared = { version = "0.15.11", path = "../shared" }
letterbox-notmuch = { version = "0.16.0", path = "../notmuch" }
letterbox-shared = { version = "0.16.0", path = "../shared" }
serde = { version = "1.0.219", features = ["derive"] }
sqlx = { version = "0.8.5", features = ["postgres", "runtime-tokio"] }
tokio = { version = "1.44.2", features = ["rt", "macros", "rt-multi-thread"] }