diff --git a/Cargo.lock b/Cargo.lock index dd4f5a88..a2edb090 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -714,7 +714,7 @@ checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" [[package]] name = "llama-cpp-2" -version = "0.1.28" +version = "0.1.29" dependencies = [ "anyhow", "clap", @@ -728,7 +728,7 @@ dependencies = [ [[package]] name = "llama-cpp-sys-2" -version = "0.1.28" +version = "0.1.29" dependencies = [ "bindgen", "cc", diff --git a/llama-cpp-2/Cargo.toml b/llama-cpp-2/Cargo.toml index 9b586203..e73d6521 100644 --- a/llama-cpp-2/Cargo.toml +++ b/llama-cpp-2/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "llama-cpp-2" description = "llama.cpp bindings for Rust" -version = "0.1.28" +version = "0.1.29" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/utilityai/llama-cpp-rs" @@ -9,7 +9,7 @@ repository = "https://github.com/utilityai/llama-cpp-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.28" } +llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.29" } thiserror = { workspace = true } tracing = { workspace = true } diff --git a/llama-cpp-sys-2/Cargo.toml b/llama-cpp-sys-2/Cargo.toml index 81a04451..872948ff 100644 --- a/llama-cpp-sys-2/Cargo.toml +++ b/llama-cpp-sys-2/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "llama-cpp-sys-2" description = "Low Level Bindings to llama.cpp" -version = "0.1.28" +version = "0.1.29" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/utilityai/llama-cpp-rs"