Skip to content

Commit

Permalink
Add chrono-tz to arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
rebasedming authored and Weijun-H committed Oct 19, 2024
1 parent fef7482 commit de728e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/duckdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ memchr = { workspace = true }
uuid = { workspace = true, optional = true }
smallvec = { workspace = true }
cast = { workspace = true, features = ["std"] }
arrow = { workspace = true, features = ["prettyprint", "ffi"] }
arrow = { workspace = true, features = ["prettyprint", "ffi", "chrono-tz"] }
rust_decimal = { workspace = true }
strum = { workspace = true, features = ["derive"] }
r2d2 = { workspace = true, optional = true }
Expand Down

0 comments on commit de728e2

Please sign in to comment.