Skip to content

Commit 8fdaa19

Browse files
committed
asycn-openai-macros 0.1.1
1 parent 2331b6b commit 8fdaa19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

async-openai-macros/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-macros"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Himanshu Neema"]
55
keywords = ["openai", "macros", "ai"]
66
description = "Macros for async-openai"

async-openai/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ bytes = { version = "1.11", optional = true }
159159

160160
# API dependencies - only needed when API features are enabled
161161
# We use a feature gate to enable these when any API feature is enabled
162-
async-openai-macros = { path = "../async-openai-macros", version = "0.1.0", optional = true }
162+
async-openai-macros = { path = "../async-openai-macros", version = "0.1.1", optional = true }
163163
backoff = { version = "0.4.0", features = ["tokio"], optional = true }
164164
base64 = { version = "0.22", optional = true }
165165
futures = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)