Use registry version of formerly git dependencies

This commit is contained in:
2025-01-19 16:50:14 -08:00
parent b04caa9d5d
commit 087d6b9a60
3 changed files with 11 additions and 8 deletions

View File

@@ -41,7 +41,8 @@ tracing = "0.1.41"
url = "2.5.2"
urlencoding = "2.1.3"
#xtracing = { path = "../../xtracing" }
xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" }
#xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" }
xtracing = { version = "0.1.0", registry = "xinu" }
[build-dependencies]
build-info-build = "0.0.38"