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

@@ -48,8 +48,8 @@ urlencoding = "2.1.3"
#xtracing = { path = "../../xtracing" }
#xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" }
xtracing = { version = "0.2.0", registry = "xinu" }
letterbox-notmuch = { version = "0.8.0", registry = "xinu" }
letterbox-shared = { version = "0.6.0", registry = "xinu" }
letterbox-notmuch = { version = "0.7.0", path = "../notmuch" }
letterbox-shared = { version = "0.7.0", path = "../shared" }
[build-dependencies]
build-info-build = "0.0.39"