From 534a6bbc7f7048a9ec31b722cc7f1c1b0c6023a5 Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Fri, 22 Nov 2024 11:53:47 +0900 Subject: [PATCH] v5.2.3 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d7fa3f7..6c72c69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "5.2.2" +version = "5.2.3" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index d2e36d4..b521cfd 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 = "5.2.2" +openai-api-rs = "5.2.3" ``` ## Usage