Skip to content

Commit

Permalink
Remove default features for arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
Swoorup committed Feb 1, 2025
1 parent e5055b6 commit f5e460b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repository = "https://github.com/Swoorup/arrow-convert"
arrow_convert = { path = "arrow_convert", version = "0.8.0" }
arrow_convert_derive = { path = "arrow_convert_derive", version = "0.8.0" }

arrow = "54"
arrow = { version = "54", default-features = false }
chrono = { version = "0.4", default-features = false }
criterion = "0.5"
err-derive = "0.3"
Expand Down

0 comments on commit f5e460b

Please sign in to comment.