Skip to content

Commit 8fd33b4

Browse files
committed
chore: Release
1 parent bcf808a commit 8fd33b4

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.14"
3+
version = "0.31.0-beta.1"
44
authors = ["Himanshu Neema"]
55
categories = ["api-bindings", "web-programming", "asynchronous"]
66
keywords = ["openai", "async", "openapi", "ai"]

examples/borrow-instead-of-move/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ publish = false
77
[dependencies]
88
async-openai = {path = "../../async-openai", features = ["byot", "responses"]}
99
tokio = { version = "1", features = ["full"] }
10-
serde_json = "1"
10+
serde_json = "1"

0 commit comments

Comments
 (0)