From 7a50c48beacdfeebdedadf432cee1878663d5935 Mon Sep 17 00:00:00 2001 From: Dongri Jin Date: Thu, 10 Jul 2025 16:13:53 +0900 Subject: [PATCH] 6.0.7 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 322a356..bf0f441 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openai-api-rs" -version = "6.0.6" +version = "6.0.7" edition = "2021" authors = ["Dongri Jin "] license = "MIT" diff --git a/README.md b/README.md index 23cbb24..302d9e1 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 = "6.0.6" +openai-api-rs = "6.0.7" ``` ## Usage