From 565419c9bce62c6a102ce6bd6510b3e4ca29f21a Mon Sep 17 00:00:00 2001 From: buffer Date: Sun, 22 Sep 2024 15:22:23 +0800 Subject: [PATCH] ver: 0.1.9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 844cba2..dd5dec7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To use this SDK, add the following dependencies to your `Cargo.toml` file: ```toml [dependencies] -rusty-openai = "0.1.8" +rusty-openai = "0.1.9" serde_json = "1.0" tokio = { version = "1", features = ["full"] } reqwest = { version = "0.12.5", features = ["json", "multipart"] }