Use relative import for notmuch
This commit is contained in:
parent
383a7d800f
commit
1a8b98d420
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3080,7 +3080,7 @@ dependencies = [
|
||||
"futures 0.3.31",
|
||||
"headers",
|
||||
"html-escape",
|
||||
"letterbox-notmuch 0.17.3",
|
||||
"letterbox-notmuch 0.17.6",
|
||||
"letterbox-shared 0.17.3",
|
||||
"linkify",
|
||||
"log",
|
||||
|
||||
@ -27,7 +27,7 @@ css-inline = "0.14.4"
|
||||
futures = "0.3.31"
|
||||
headers = "0.4.0"
|
||||
html-escape = "0.2.13"
|
||||
letterbox-notmuch = { version = "0.17.2", registry = "xinu" }
|
||||
letterbox-notmuch = { path = "../notmuch", version = "0.17.2", registry = "xinu" }
|
||||
letterbox-shared = { version = "0.17.2", registry = "xinu" }
|
||||
linkify = "0.10.0"
|
||||
log = "0.4.27"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user