Skip to content

Commit 6e07047

Browse files
author
Dongri Jin
committed
v2.0.5
1 parent 8bc51f6 commit 6e07047

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openai-api-rs"
3-
version = "2.0.4"
3+
version = "2.0.5"
44
edition = "2021"
55
authors = ["Dongri Jin <[email protected]>"]
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
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 = "2.0.4"
10+
openai-api-rs = "2.0.5"
1111
```
1212

1313
## Usage

0 commit comments

Comments
 (0)