From 1c31330d09db7b66e499abbba31f6081ec95e89b Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Wed, 29 Nov 2023 09:17:02 +0900 Subject: [PATCH] v2.1.4 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5db36b8..f556949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "2.1.3" +version = "2.1.4" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index 18a266f..80d87bb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Check out the [docs.rs](https://docs.rs/openai-api-rs/). Cargo.toml ```toml [dependencies] -openai-api-rs = "2.1.3" +openai-api-rs = "2.1.4" ``` ## Usage