From 1ca8acd21eab9229ad887e7dee7e2d319da27bb2 Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 21 Apr 2025 21:26:44 -0400 Subject: [PATCH] style(arbitrary-value): rearrange dependencies --- arbitrary-value/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arbitrary-value/Cargo.toml b/arbitrary-value/Cargo.toml index e95717a..c0cba91 100644 --- a/arbitrary-value/Cargo.toml +++ b/arbitrary-value/Cargo.toml @@ -12,6 +12,5 @@ chrono-tz = { workspace = true } derive_more = { workspace = true } ijson = "0.1.4" itertools = "0.14.0" -snafu = { workspace = true } - pyo3 = { workspace = true, optional = true, features = ["chrono", "chrono-tz"] } +snafu = { workspace = true }