Skip to content

Commit 8e35956

Browse files
committed
chore: Release
1 parent f6886c2 commit 8e35956

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

async-openai/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-openai"
3-
version = "0.31.0-alpha.10"
3+
version = "0.31.0-alpha.11"
44
authors = ["Himanshu Neema"]
55
categories = ["api-bindings", "web-programming", "asynchronous"]
66
keywords = ["openai", "async", "openapi", "ai"]

examples/responses-images-and-vision/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ async-openai = { path = "../../async-openai" }
99
tokio = { version = "1.0", features = ["full"] }
1010
futures = "0.3"
1111
base64 = "0.22.1"
12-
serde_json = "1.0"
12+
serde_json = "1.0"

0 commit comments

Comments
 (0)