From d01e0d2c778f1a221872dcaa6e5a3cf8605bbb54 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Tue, 26 Nov 2024 23:37:50 +0000 Subject: [PATCH] Make langsmith-pyo3 v0.1.0rc2 release. --- 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 cf3ad7299..e32f5f75c 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -909,7 +909,7 @@ dependencies = [ [[package]] name = "langsmith-pyo3" -version = "0.1.0-rc1" +version = "0.1.0-rc2" dependencies = [ "langsmith-tracing-client", "orjson", diff --git a/rust/crates/langsmith-pyo3/Cargo.toml b/rust/crates/langsmith-pyo3/Cargo.toml index 62b6eb91b..0186116f2 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-rc1" +version = "0.1.0-rc2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html