From cff329e990e6b766b27646c9d099525b5063302e Mon Sep 17 00:00:00 2001 From: Ankush Gola Date: Mon, 9 Dec 2024 15:42:11 -0800 Subject: [PATCH] chore: release langsmith-pyo3 version 0.1.0rc4 --- rust/Cargo.lock | 2 +- rust/crates/langsmith-pyo3/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d4bb541fe..8022ca0a7 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -919,7 +919,7 @@ dependencies = [ [[package]] name = "langsmith-pyo3" -version = "0.1.0-rc3" +version = "0.1.0-rc4" dependencies = [ "langsmith-tracing-client", "orjson", diff --git a/rust/crates/langsmith-pyo3/Cargo.toml b/rust/crates/langsmith-pyo3/Cargo.toml index 5def10b38..a54bd1d70 100644 --- a/rust/crates/langsmith-pyo3/Cargo.toml +++ b/rust/crates/langsmith-pyo3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "langsmith-pyo3" -version = "0.1.0-rc3" +version = "0.1.0-rc4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html