From 38b376cb118926c1b9ee41513ab9739e032c10b9 Mon Sep 17 00:00:00 2001 From: Philip Sampaio Date: Tue, 10 Sep 2024 04:21:51 -0300 Subject: [PATCH] fix: Enable "polars-json/timezones" feature from "polars-io" (#18635) --- crates/polars-io/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/polars-io/Cargo.toml b/crates/polars-io/Cargo.toml index 64259f78ad09..ca3d313e08ae 100644 --- a/crates/polars-io/Cargo.toml +++ b/crates/polars-io/Cargo.toml @@ -95,6 +95,7 @@ timezones = [ "dtype-datetime", "arrow/timezones", "polars-json?/chrono-tz", + "polars-json?/timezones", ] dtype-time = ["polars-core/dtype-time", "polars-core/temporal", "polars-time/dtype-time"] dtype-struct = ["polars-core/dtype-struct"]