Skip to content

Commit

Permalink
Merge pull request #581 from utilityai/version-bump-0.1.85
Browse files Browse the repository at this point in the history
Bumped version to 0.1.85
  • Loading branch information
MarcusDunn authored Dec 3, 2024
2 parents b61cd95 + 5f639d9 commit 798a677
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions 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 examples/embeddings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embeddings"
version = "0.1.84"
version = "0.1.85"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple"
version = "0.1.84"
version = "0.1.85"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion llama-cpp-2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "llama-cpp-2"
description = "llama.cpp bindings for Rust"
version = "0.1.84"
version = "0.1.85"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/utilityai/llama-cpp-rs"
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.84"
version = "0.1.85"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/utilityai/llama-cpp-rs"
Expand Down

0 comments on commit 798a677

Please sign in to comment.