Skip to content

Commit aeb6d1f

Browse files
committed
chore: Release
1 parent 2f77716 commit aeb6d1f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ default-members = ["async-openai", "async-openai-*"]
55
resolver = "2"
66

77
[workspace.package]
8-
rust-version = "1.75"
8+
rust-version = "1.75"

async-openai-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ proc-macro = true
1616
[dependencies]
1717
syn = { version = "2.0", features = ["full"] }
1818
quote = "1.0"
19-
proc-macro2 = "1.0"
19+
proc-macro2 = "1.0"

async-openai/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-openai"
3-
version = "0.28.0"
3+
version = "0.28.1"
44
authors = ["Himanshu Neema"]
55
categories = ["api-bindings", "web-programming", "asynchronous"]
66
keywords = ["openai", "async", "openapi", "ai"]

examples/bring-your-own-type/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ async-openai = {path = "../../async-openai", features = ["byot"]}
1010
tokio = { version = "1.43.0", features = ["full"] }
1111
serde_json = "1"
1212
futures-core = "0.3"
13-
futures = "0.3"
13+
futures = "0.3"

examples/gemini-openai-compatibility/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dotenv = "0.15.0"
1212
futures = "0.3.31"
1313
serde_json = "1.0.100"
1414
serde = { version = "1.0", features = ["derive"] }
15-
base64 = "0.22.1"
15+
base64 = "0.22.1"

0 commit comments

Comments
 (0)