Skip to content

Commit

Permalink
updated versions in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Jan 2, 2024
1 parent dee3994 commit d7418ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions llama-cpp-2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "llama-cpp-2"
description = "llama.cpp bindings for Rust"
version = "0.1.0"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.0" }
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.3" }
thiserror = { workspace = true }
tracing = { workspace = true }

Expand All @@ -25,4 +25,4 @@ harness = false
cublas = ["llama-cpp-sys-2/cublas"]

[lints]
workspace = true
workspace = true
2 changes: 1 addition & 1 deletion llama-cpp-sys-2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "llama-cpp-sys-2"
description = "Low Level Bindings to llama.cpp"
version = "0.1.0"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"

Expand Down

0 comments on commit d7418ba

Please sign in to comment.