Skip to content

Commit 56ae827

Browse files
committed
Bump versions
Signed-off-by: Dennis Keck <[email protected]>
1 parent dd52e55 commit 56ae827

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
@@ -10,7 +10,7 @@ repository = "https://github.com/utilityai/llama-cpp-rs"
1010

1111
[dependencies]
1212
enumflags2 = "0.7.12"
13-
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.69" }
13+
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.113" }
1414
thiserror = { workspace = true }
1515
tracing = { workspace = true }
1616
tracing-core = { workspace = true }
@@ -33,7 +33,7 @@ android-shared-stdcxx = ["llama-cpp-sys-2/shared-stdcxx"]
3333

3434

3535
[target.'cfg(all(target_os = "macos", any(target_arch = "aarch64", target_arch = "arm64")))'.dependencies]
36-
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.69", features = [
36+
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.113", features = [
3737
"metal",
3838
] }
3939

0 commit comments

Comments
 (0)