Skip to content

Commit

Permalink
updated cargo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-devv committed Dec 21, 2023
1 parent 098f77a commit d45dca8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 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"
version = "0.3.0"
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 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"
version = "0.3.0"
description = "Automatically-generated bindings to llama.cpp's C API"
edition = "2021"
authors = ["Dakota Thompson <[email protected]>", "Pedro Valente <[email protected]>"]
Expand Down

0 comments on commit d45dca8

Please sign in to comment.