Skip to content

Commit

Permalink
Merge pull request #83 from edgenai/chore/bump-version
Browse files Browse the repository at this point in the history
bump crate versions
  • Loading branch information
pedro-devv authored Apr 29, 2024
2 parents 105811e + ae756aa commit 55eb969
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/llama_cpp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llama_cpp"
version = "0.3.1"
version = "0.3.2"
description = "High-level bindings to llama.cpp with a focus on just being really, really easy to use"
edition = "2021"
authors = ["Dakota Thompson <[email protected]>", "Pedro Valente <[email protected]>"]
Expand All @@ -12,7 +12,7 @@ publish = true
[dependencies]
derive_more = "0.99.17"
futures = { workspace = true }
llama_cpp_sys = { version = "^0.3.1", path = "../llama_cpp_sys", default-features = false }
llama_cpp_sys = { version = "^0.3.2", path = "../llama_cpp_sys", default-features = false }
num_cpus = "1.16.0"
thiserror = "1.0.57"
tokio = { workspace = true, features = ["sync", "rt", "rt-multi-thread"] }
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.1"
version = "0.3.2"
description = "Automatically-generated bindings to llama.cpp's C API"
edition = "2021"
authors = ["Dakota Thompson <[email protected]>", "Pedro Valente <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions crates/llama_cpp_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "llama_cpp_tests"
version = "0.3.0"
version = "0.3.2"
edition = "2021"
publish = false
license = "MIT OR Apache-2.0"

[dependencies]
futures = { workspace = true }
llama_cpp = { version = "^0.3.1", path = "../llama_cpp", default-features = false, features = ["native", "compat"] }
llama_cpp = { version = "^0.3.2", path = "../llama_cpp", default-features = false, features = ["native", "compat"] }
tokio = { workspace = true, features = ["full"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

Expand Down

0 comments on commit 55eb969

Please sign in to comment.