This commit is contained in:
Dongri Jin
2025-02-28 23:09:12 +09:00
parent 499e4ce7c2
commit 2e6ea3eedd
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "openai-api-rs"
version = "5.2.6"
version = "5.2.7"
edition = "2021"
authors = ["Dongri Jin <dongrium@gmail.com>"]
license = "MIT"

View File

@ -7,7 +7,7 @@ Check out the [docs.rs](https://docs.rs/openai-api-rs/).
Cargo.toml
```toml
[dependencies]
openai-api-rs = "5.2.6"
openai-api-rs = "5.2.7"
```
## Usage