server: use git version of xtracing

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

1
Cargo.lock generated
View File

@ -7251,6 +7251,7 @@ checksum = "ea8b391c9a790b496184c29f7f93b9ed5b16abb306c05415b68bcc16e4d06432"
[[package]] [[package]]
name = "xtracing" name = "xtracing"
version = "0.1.0" version = "0.1.0"
source = "git+http://git-private.h.xinu.tv/wathiede/xtracing.git#2802b8f6e2ef98895c703f1e6107a7396876f256"
dependencies = [ dependencies = [
"chrono", "chrono",
"if_empty", "if_empty",

View File

@ -40,8 +40,8 @@ tokio = "1.26.0"
tracing = "0.1.41" tracing = "0.1.41"
url = "2.5.2" url = "2.5.2"
urlencoding = "2.1.3" urlencoding = "2.1.3"
xtracing = { path = "../../xtracing" } #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" }
[build-dependencies] [build-dependencies]
build-info-build = "0.0.38" build-info-build = "0.0.38"