This commit is contained in:
Dongri Jin
2024-11-20 08:46:59 +09:00
parent 79d18aa9ce
commit 22c6ba0f5e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "openai-api-rs"
version = "5.2.1"
version = "5.2.2"
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.1"
openai-api-rs = "5.2.2"
```
## Usage