This commit is contained in:
Dongri Jin
2025-05-17 09:59:45 +09:00
parent 77671b5e18
commit 27eba21f5a
2 changed files with 2 additions and 2 deletions

View File

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