Use path for notmuch crate

This commit is contained in:
Bill Thiede 2025-04-22 22:24:07 -07:00
parent b86f72f75c
commit 1a28bb2021
3 changed files with 2 additions and 4 deletions

3
Cargo.lock generated
View File

@ -3124,7 +3124,7 @@ name = "letterbox-shared"
version = "0.17.7"
dependencies = [
"build-info",
"letterbox-notmuch 0.17.3",
"letterbox-notmuch 0.17.7",
"regex",
"serde",
"sqlx",
@ -3146,7 +3146,6 @@ dependencies = [
"graphql_client",
"human_format",
"itertools",
"letterbox-notmuch 0.17.3",
"letterbox-shared 0.17.3",
"log",
"seed",

View File

@ -12,7 +12,7 @@ version.workspace = true
[dependencies]
build-info = "0.0.40"
letterbox-notmuch = { version = "0.17.2", registry = "xinu" }
letterbox-notmuch = { path = "../notmuch", version = "0.17.2", registry = "xinu" }
regex = "1.11.1"
serde = { version = "1.0.219", features = ["derive"] }
sqlx = "0.8.5"

View File

@ -34,7 +34,6 @@ uuid = { version = "1.16.0", features = [
"js",
] } # direct dep to set js feature, prevents Rng issues
letterbox-shared = { version = "0.17.2", registry = "xinu" }
letterbox-notmuch = { version = "0.17.2", registry = "xinu" }
seed_hooks = { version = "0.4.1", registry = "xinu" }
strum_macros = "0.27.1"
gloo-console = "0.3.0"