This commit is contained in:
Dongri Jin
2025-03-12 21:29:37 +09:00
parent 3dacc85c2a
commit 5ee2984154
2 changed files with 2 additions and 2 deletions

View File

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

View File

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