From 20a84d1306a0beae293d5ad5155bb006a1d947c2 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 21 Feb 2024 10:13:18 -0800 Subject: [PATCH] prep 0.1.28 --- llama-cpp-2/Cargo.toml | 4 ++-- llama-cpp-sys-2/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/llama-cpp-2/Cargo.toml b/llama-cpp-2/Cargo.toml index 24a84960..ad8749fa 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.27" +version = "0.1.28" 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.27" } +llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.28" } thiserror = { workspace = true } tracing = { workspace = true } diff --git a/llama-cpp-sys-2/Cargo.toml b/llama-cpp-sys-2/Cargo.toml index 19fda621..bda24568 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.27" +version = "0.1.28" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/utilityai/llama-cpp-rs"