From a3ad68732352223d696de2b7f677b48fca6f6589 Mon Sep 17 00:00:00 2001 From: Abraxas-365 Date: Fri, 19 Apr 2024 10:26:06 -0500 Subject: [PATCH] fix: update to 4.0.3 to fix wild card --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54db98b2..ecc59c53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ workspace = { members = ["examples/vector_store_surrealdb"] } [package] name = "langchain-rust" -version = "4.0.2" +version = "4.0.3" edition = "2021" publish = true repository = "https://github.com/Abraxas-365/langchain-rust"