Specify registry for all letterbox-* deps

This commit is contained in:
2025-02-22 12:35:50 -08:00
parent ed3c5f152e
commit bd4c10a8fb
4 changed files with 5 additions and 9 deletions

View File

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