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