Skip to content

Commit 351f477

Browse files
committed
added version for the llama-cpp-sys-2 dependency
1 parent 0d6e3b7 commit 351f477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama-cpp-2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2" }
9+
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.0" }
1010
thiserror = { workspace = true }
1111
tracing = { workspace = true }
1212

0 commit comments

Comments
 (0)