Skip to content

Commit ef09edd

Browse files
committed
v8.0.0
1 parent 824cf0d commit ef09edd

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 = "7.0.1"
3+
version = "8.0.0"
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
@@ -10,7 +10,7 @@ Cargo.toml
1010

1111
```toml
1212
[dependencies]
13-
openai-api-rs = "7.0.1"
13+
openai-api-rs = "8.0.0"
1414
```
1515

1616
## Usage

0 commit comments

Comments
 (0)