Skip to content

Commit f416144

Browse files
authored
Update Cargo.toml
1 parent 4ae10be commit f416144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llama-cpp-2/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "llama-cpp-2"
33
description = "llama.cpp bindings for Rust"
4-
version = "0.1.4"
4+
version = "0.1.5"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/utilityai/llama-cpp-rs"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.4" }
12+
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.5" }
1313
thiserror = { workspace = true }
1414
tracing = { workspace = true }
1515

0 commit comments

Comments
 (0)