From a23ff994ece31445f4a14769b1bbe23e09ceea30 Mon Sep 17 00:00:00 2001 From: Charles Dong Date: Fri, 17 Jan 2025 22:02:40 +0800 Subject: [PATCH] 0.5.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d4366d..0ae92b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -810,7 +810,7 @@ dependencies = [ [[package]] name = "ollama-rest" -version = "0.6.0-dev.1" +version = "0.5.1" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ac1a78e..a5c98f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ollama-rest" -version = "0.5.0" +version = "0.5.1" edition = "2021" description = "Asynchronous Rust bindings of Ollama REST API" authors = ["Charles Dong "]