Skip to content

Commit

Permalink
Re-add missing std feature for chrono
Browse files Browse the repository at this point in the history
  • Loading branch information
chmp committed Jan 6, 2024
1 parent 7b47ec8 commit 18fdab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde_arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ arrow-37 = ["dep:arrow-array-37", "dep:arrow-schema-37", "dep:arrow-data-37", "d
[dependencies]
bytemuck = { version = "1", default-features = false }
# TODO: make optional, only required for str -> date conversions
chrono = { version = "0.4", default-features = false }
chrono = { version = "0.4", features = ["std"], default-features = false }
half = { version = "2", features = ["bytemuck"], default-features = false }
serde = { version = "1.0", features = ["derive", "std"], default-features = false }

Expand Down

0 comments on commit 18fdab9

Please sign in to comment.