Try relative paths for letterbox-* deps

This commit is contained in:
2025-02-22 11:20:36 -08:00
parent 5fdc98633d
commit 71d3745342
5 changed files with 25 additions and 71 deletions

View File

@@ -12,5 +12,5 @@ version.workspace = true
[dependencies]
build-info = "0.0.39"
letterbox-notmuch = { version = "0.8.0", registry = "xinu" }
letterbox-notmuch = { version = "0.7.0", path = "../notmuch" }
serde = { version = "1.0.147", features = ["derive"] }