From 05064a9b0c8ab3cb985d9b4031a256799e2c2a37 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 27 Jan 2024 21:44:24 +0000 Subject: [PATCH] Bump version to 0.1.22 [skip ci] --- 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 4b6b4e57..c2704c80 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.21" +version = "0.1.22" 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.21" } +llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.22" } thiserror = { workspace = true } tracing = { workspace = true } diff --git a/llama-cpp-sys-2/Cargo.toml b/llama-cpp-sys-2/Cargo.toml index e2fb5d7c..f8c7d16e 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.21" +version = "0.1.22" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/utilityai/llama-cpp-rs"