We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae10be commit f416144Copy full SHA for f416144
llama-cpp-2/Cargo.toml
@@ -1,15 +1,15 @@
1
[package]
2
name = "llama-cpp-2"
3
description = "llama.cpp bindings for Rust"
4
-version = "0.1.4"
+version = "0.1.5"
5
edition = "2021"
6
license = "MIT OR Apache-2.0"
7
repository = "https://github.com/utilityai/llama-cpp-rs"
8
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11
[dependencies]
12
-llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.4" }
+llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.5" }
13
thiserror = { workspace = true }
14
tracing = { workspace = true }
15
0 commit comments