Skip to content

Commit

Permalink
chore: Release (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Feb 28, 2024
1 parent 0658132 commit 7dde414
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/llama_cpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = true
[dependencies]
derive_more = "0.99.17"
futures = { workspace = true }
llama_cpp_sys = { version = "^0.3.0", path = "../llama_cpp_sys", default-features = false }
llama_cpp_sys = { version = "^0.3.1", path = "../llama_cpp_sys", default-features = false }
num_cpus = "1.16.0"
thiserror = "1.0.57"
tokio = { workspace = true, features = ["sync", "rt"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/llama_cpp_sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llama_cpp_sys"
version = "0.3.0"
version = "0.3.1"
description = "Automatically-generated bindings to llama.cpp's C API"
edition = "2021"
authors = ["Dakota Thompson <[email protected]>", "Pedro Valente <[email protected]>"]
Expand Down

0 comments on commit 7dde414

Please sign in to comment.