From f684f2c4e8829ab417e7ce01b790c6006a6dd20e Mon Sep 17 00:00:00 2001 From: Ankush Gola <9536492+agola11@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:37:46 -0800 Subject: [PATCH] chore: release langsmith-pyo3 version 0.1.0rc5 (#1335) --- 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 8022ca0a7..9f86ce696 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -919,7 +919,7 @@ dependencies = [ [[package]] name = "langsmith-pyo3" -version = "0.1.0-rc4" +version = "0.1.0-rc5" dependencies = [ "langsmith-tracing-client", "orjson", diff --git a/rust/crates/langsmith-pyo3/Cargo.toml b/rust/crates/langsmith-pyo3/Cargo.toml index a54bd1d70..7ebf2e089 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-rc4" +version = "0.1.0-rc5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html