Skip to content

Commit 70e1c5a

Browse files
mbrobbelXiangpengHao
authored andcommitted
Fix hashbrown version in arrow-array, remove from arrow-row (#6035)
1 parent 220d7c6 commit 70e1c5a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

arrow-array/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ chrono = { workspace = true }
4848
chrono-tz = { version = "0.9", optional = true }
4949
num = { version = "0.4.1", default-features = false, features = ["std"] }
5050
half = { version = "2.1", default-features = false, features = ["num-traits"] }
51-
hashbrown = { version = "0.14", default-features = false }
51+
hashbrown = { version = "0.14.2", default-features = false }
5252

5353
[features]
5454
ffi = ["arrow-schema/ffi", "arrow-data/ffi"]

arrow-row/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ arrow-data = { workspace = true }
4646
arrow-schema = { workspace = true }
4747

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

5150
[dev-dependencies]
5251
arrow-cast = { workspace = true }

0 commit comments

Comments
 (0)