From 9ea319b16a97378f0265c772d2e43a8bbe4b82bd Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Wed, 16 Oct 2024 08:47:17 +0900 Subject: [PATCH] v5.0.13 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f1a888d..5c89dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "5.0.12" +version = "5.0.13" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index 074d58d..c70d5d8 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.0.12" +openai-api-rs = "5.0.13" ``` ## Usage