From c1dad12eeb64b8a0a1e40874876faaab2e766a91 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:01:33 -0500 Subject: [PATCH] Release langsmith-pyo3 version 0.1.0rc3. (#1309) --- 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 0f15fe4f4..d4bb541fe 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -919,7 +919,7 @@ dependencies = [ [[package]] name = "langsmith-pyo3" -version = "0.1.0-rc2" +version = "0.1.0-rc3" dependencies = [ "langsmith-tracing-client", "orjson", diff --git a/rust/crates/langsmith-pyo3/Cargo.toml b/rust/crates/langsmith-pyo3/Cargo.toml index 2b3276c39..5def10b38 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-rc2" +version = "0.1.0-rc3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html