We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6e3b7 commit 351f477Copy full SHA for 351f477
llama-cpp-2/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
-llama-cpp-sys-2 = { path = "../llama-cpp-sys-2" }
+llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.0" }
10
thiserror = { workspace = true }
11
tracing = { workspace = true }
12
0 commit comments