Skip to content

Commit 39c8e2b

Browse files
author
Dongri Jin
committed
Version up
1 parent 786335b commit 39c8e2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 = "0.1.10"
3+
version = "0.1.11"
44
edition = "2021"
55
authors = ["Dongri Jin <[email protected]>"]
66
license = "MIT"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# OpenAI API client library for Rust (unofficial)
22
The OpenAI API client Rust library provides convenient access to the OpenAI API from Rust applications.
33

4-
Check out the [docs.rs](https://docs.rs/openai-api-rs/0.1.10/openai_api_rs/v1/index.html).
4+
Check out the [docs.rs](https://docs.rs/openai-api-rs/0.1.11/openai_api_rs/v1/index.html).
55

66
## Installation:
77
Cargo.toml
88
```toml
99
[dependencies]
10-
openai-api-rs = "0.1.10"
10+
openai-api-rs = "0.1.11"
1111
```
1212

1313
## Usage

0 commit comments

Comments
 (0)