File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " llama-cpp-2"
33description = " llama.cpp bindings for Rust"
4- version = " 0.1.9 "
4+ version = " 0.1.10 "
55edition = " 2021"
66license = " MIT OR Apache-2.0"
77repository = " 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.9 " }
12+ llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , version = " 0.1.10 " }
1313thiserror = { workspace = true }
1414tracing = { workspace = true }
1515
Original file line number Diff line number Diff line change 11[package ]
22name = " llama-cpp-sys-2"
33description = " Low Level Bindings to llama.cpp"
4- version = " 0.1.9 "
4+ version = " 0.1.10 "
55edition = " 2021"
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/utilityai/llama-cpp-rs"
You can’t perform that action at this time.
0 commit comments