From ec821434ac7872dca89205dc9b6ca701d41b3fc1 Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Sun, 17 Nov 2024 16:57:16 +0900 Subject: [PATCH] v5.2.1 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9a2cae8..0e0f4ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "5.2.0" +version = "5.2.1" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index 74f7894..8b9b38f 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.0" +openai-api-rs = "5.2.1" ``` ## Usage