From 1d7edd53a885d9f2c7638ac1645e1266ab9d79eb Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Fri, 19 Jul 2024 05:49:41 +0900 Subject: [PATCH] v5.0.3 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 351f95e..1e69c2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "5.0.2" +version = "5.0.3" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index 80febfa..8e5a0c1 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.2" +openai-api-rs = "5.0.3" ``` ## Usage