Try relative paths for letterbox-* deps
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user