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