Skip to content

Commit 917fee1

Browse files
committed
chore: Release
1 parent eaa396b commit 917fee1

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

examples/audio-speech-stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ publish = false
88
async-openai = {path = "../../async-openai"}
99
tokio = { version = "1.43.0", features = ["full"] }
1010
futures = "0.3.31"
11-
base64 = "0.22.1"
11+
base64 = "0.22.1"

examples/audio-transcribe/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"}
99
tokio = { version = "1.43.0", features = ["full"] }
10-
futures = "0.3.31"
10+
futures = "0.3.31"

0 commit comments

Comments
 (0)