From 328f9313f004e0ab93aebe0e47f99a8f4d68f277 Mon Sep 17 00:00:00 2001 From: Abraxas-365 Date: Mon, 1 Apr 2024 23:42:48 -0500 Subject: [PATCH] chore: update version to 3.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24b09d28..3825227e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ workspace = { members = ["examples/vector_store_surrealdb"] } [package] name = "langchain-rust" -version = "3.1.2" +version = "3.2.1" edition = "2021" publish = true repository = "https://github.com/Abraxas-365/langchain-rust"