Skip to content

Commit

Permalink
fixed versions (not sure why they fell behind)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Feb 2, 2024
1 parent 003c16d commit 6ae69b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/llama-cpp-rs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
submodules: recursive
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Build
Expand Down
4 changes: 2 additions & 2 deletions llama-cpp-2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "llama-cpp-2"
description = "llama.cpp bindings for Rust"
version = "0.1.22"
version = "0.1.25"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/utilityai/llama-cpp-rs"

# 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.22" }
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.25" }
thiserror = { workspace = true }
tracing = { workspace = true }

Expand Down
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.22"
version = "0.1.25"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/utilityai/llama-cpp-rs"
Expand Down

0 comments on commit 6ae69b1

Please sign in to comment.