diff --git a/Cargo.toml b/Cargo.toml index a32cec89..c9780154 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ workspace = { members = ["examples/vector_store_surrealdb"] } [package] name = "langchain-rust" -version = "3.1.1" +version = "3.1.2" edition = "2021" publish = true repository = "https://github.com/Abraxas-365/langchain-rust"