server: use git version of xtracing
This commit is contained in:
parent
e7feb73f6f
commit
3ac2fa290f
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user