Skip to content

Commit

Permalink
Fix hashbrown version in arrow-array, remove from arrow-row (#6035
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mbrobbel authored and XiangpengHao committed Jul 11, 2024
1 parent 220d7c6 commit 70e1c5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion arrow-array/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ chrono = { workspace = true }
chrono-tz = { version = "0.9", optional = true }
num = { version = "0.4.1", default-features = false, features = ["std"] }
half = { version = "2.1", default-features = false, features = ["num-traits"] }
hashbrown = { version = "0.14", default-features = false }
hashbrown = { version = "0.14.2", default-features = false }

[features]
ffi = ["arrow-schema/ffi", "arrow-data/ffi"]
Expand Down
1 change: 0 additions & 1 deletion arrow-row/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ arrow-data = { workspace = true }
arrow-schema = { workspace = true }

half = { version = "2.1", default-features = false }
hashbrown = { version = "0.14", default-features = false }

[dev-dependencies]
arrow-cast = { workspace = true }
Expand Down

0 comments on commit 70e1c5a

Please sign in to comment.