This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 6b905fe232 Removing ahash (#5156)
6b905fe232 is described below
commit 6b905fe2324b61f54d3a5cd5d01ab69478593dc9
Author: Vrishabh <[email protected]>
AuthorDate: Tue Dec 5 15:36:00 2023 +0530
Removing ahash (#5156)
---
arrow/Cargo.toml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml
index 37f03a05b3..6ca218f5f6 100644
--- a/arrow/Cargo.toml
+++ b/arrow/Cargo.toml
@@ -38,12 +38,6 @@ name = "arrow"
path = "src/lib.rs"
bench = false
-[target.'cfg(target_arch = "wasm32")'.dependencies]
-ahash = { version = "0.8", default-features = false, features =
["compile-time-rng"] }
-
-[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
-ahash = { version = "0.8", default-features = false, features =
["runtime-rng"] }
-
[dependencies]
arrow-arith = { workspace = true }
arrow-array = { workspace = true }