Skip to content

Commit

Permalink
dprint fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Oct 18, 2024
1 parent 06b28f9 commit e387dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Minimal implementation of the Arrow specification forked from arr

[dependencies]
atoi = { workspace = true, optional = true }
bytemuck = { workspace = true, features = [ "must_cast" ] }
bytemuck = { workspace = true, features = ["must_cast"] }
chrono = { workspace = true }
# for timezone support
chrono-tz = { workspace = true, optional = true }
Expand Down

0 comments on commit e387dec

Please sign in to comment.