server: use git version of xtracing

This commit is contained in:
2024-12-19 18:44:13 -08:00
parent e7feb73f6f
commit 3ac2fa290f
2 changed files with 3 additions and 2 deletions

View File

@@ -40,8 +40,8 @@ tokio = "1.26.0"
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 = { path = "../../xtracing" }
xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" }
[build-dependencies]
build-info-build = "0.0.38"