From 87f57048f8a7f41f860f489c9799df9a71bce649 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 13 Mar 2024 19:29:05 +0000 Subject: [PATCH] Bump version to 0.1.40 [skip ci] --- Cargo.lock | 8 ++++---- embeddings/Cargo.toml | 4 ++-- llama-cpp-2/Cargo.toml | 4 ++-- llama-cpp-sys-2/Cargo.toml | 2 +- simple/Cargo.toml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9d0e816..b573f1d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,7 +448,7 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "embeddings" -version = "0.1.39" +version = "0.1.40" dependencies = [ "anyhow", "clap", @@ -734,7 +734,7 @@ checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" [[package]] name = "llama-cpp-2" -version = "0.1.39" +version = "0.1.40" dependencies = [ "criterion", "hf-hub", @@ -746,7 +746,7 @@ dependencies = [ [[package]] name = "llama-cpp-sys-2" -version = "0.1.39" +version = "0.1.40" dependencies = [ "bindgen", "cc", @@ -1373,7 +1373,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "simple" -version = "0.1.39" +version = "0.1.40" dependencies = [ "anyhow", "clap", diff --git a/embeddings/Cargo.toml b/embeddings/Cargo.toml index f75fe212..a17816f3 100644 --- a/embeddings/Cargo.toml +++ b/embeddings/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "embeddings" -version = "0.1.39" +version = "0.1.40" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -llama-cpp-2 = { path = "../llama-cpp-2", version = "0.1.39" } +llama-cpp-2 = { path = "../llama-cpp-2", version = "0.1.40" } hf-hub = { workspace = true } clap = { workspace = true , features = ["derive"] } anyhow = { workspace = true } diff --git a/llama-cpp-2/Cargo.toml b/llama-cpp-2/Cargo.toml index 7af8bc87..c1c0193b 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.39" +version = "0.1.40" 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.39" } +llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.40" } thiserror = { workspace = true } tracing = { workspace = true } diff --git a/llama-cpp-sys-2/Cargo.toml b/llama-cpp-sys-2/Cargo.toml index b5cef68e..142d4e2c 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.39" +version = "0.1.40" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/utilityai/llama-cpp-rs" diff --git a/simple/Cargo.toml b/simple/Cargo.toml index e98fc6c7..e4ee5b9f 100644 --- a/simple/Cargo.toml +++ b/simple/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "simple" -version = "0.1.39" +version = "0.1.40" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -llama-cpp-2 = { path = "../llama-cpp-2", version = "0.1.39" } +llama-cpp-2 = { path = "../llama-cpp-2", version = "0.1.40" } hf-hub = { workspace = true } clap = { workspace = true , features = ["derive"] } anyhow = { workspace = true }