mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-01 16:37:53 -04:00
fix: raise minimal version of tracing
to 0.1.23
because 0.1
allowed some versions predating what llama-cpp-2
requires (I think it's weird that it works like this but I expect to use the same features so this is the minimum regardless)
This commit is contained in:
@@ -9,4 +9,4 @@ repository = "https://github.com/babichjacob/ac-qu-ai-nt"
|
|||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
clap = "4"
|
clap = "4"
|
||||||
tracing = "0.1"
|
tracing = "0.1.23"
|
||||||
|
Reference in New Issue
Block a user