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:
J / Jacob Babich
2024-10-07 01:07:14 -04:00
parent f418955f23
commit 47fc0cbbed

View File

@@ -9,4 +9,4 @@ repository = "https://github.com/babichjacob/ac-qu-ai-nt"
[workspace.dependencies]
clap = "4"
tracing = "0.1"
tracing = "0.1.23"