From 3ac2fa290f1ed3d9524af520007100ced07f0e3b Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Thu, 19 Dec 2024 18:44:13 -0800 Subject: [PATCH] server: use git version of xtracing --- Cargo.lock | 1 + server/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b731f12..1a159bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7251,6 +7251,7 @@ checksum = "ea8b391c9a790b496184c29f7f93b9ed5b16abb306c05415b68bcc16e4d06432" [[package]] name = "xtracing" version = "0.1.0" +source = "git+http://git-private.h.xinu.tv/wathiede/xtracing.git#2802b8f6e2ef98895c703f1e6107a7396876f256" dependencies = [ "chrono", "if_empty", diff --git a/server/Cargo.toml b/server/Cargo.toml index b150d12..8751b89 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -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"