This commit is contained in:
Dongri Jin
2024-09-23 09:48:18 +09:00
parent 597d78757a
commit 72d9c7ebf4
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 = "5.0.8" version = "5.0.9"
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 = "5.0.8" openai-api-rs = "5.0.9"
``` ```
## Usage ## Usage