Skip to content

Commit

Permalink
Release llama_cpp_sys v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptis committed Oct 25, 2023
1 parent 116fe8c commit d1868ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/llama_cpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish = true
ctor = "0.2.5"
derive_more = "0.99.17"
flume = "0.11.0"
llama_cpp_sys = { version = "0.2.0", path = "../llama_cpp_sys" }
llama_cpp_sys = { version = "^0.2.0", path = "../llama_cpp_sys" }
num_cpus = "1.16.0"
thiserror = "1.0.49"
tokio = { version = "1.33.0", features = ["sync"] }
Expand Down

0 comments on commit d1868ac

Please sign in to comment.