Skip to content

Commit f3c0b71

Browse files
authored
bumped down the version
1 parent acc36ba commit f3c0b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llama-cpp-sys-2/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "llama-cpp-sys-2"
33
description = "Low Level Bindings to llama.cpp"
4-
version = "0.1.6"
4+
version = "0.1.4"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/utilityai/llama-cpp-rs"
@@ -16,4 +16,4 @@ bindgen = { workspace = true }
1616
cc = { workspace = true }
1717

1818
[features]
19-
cublas = []
19+
cublas = []

0 commit comments

Comments
 (0)