Skip to content

Commit 4c97931

Browse files
committedMar 14, 2025·
v6.0.3
1 parent d9a21f2 commit 4c97931

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openai-api-rs"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
edition = "2021"
55
authors = ["Dongri Jin <dongrium@gmail.com>"]
66
license = "MIT"

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Check out the [docs.rs](https://docs.rs/openai-api-rs/).
77
Cargo.toml
88
```toml
99
[dependencies]
10-
openai-api-rs = "6.0.2"
10+
openai-api-rs = "6.0.3"
1111
```
1212

1313
## Usage

0 commit comments

Comments
 (0)
Please sign in to comment.