Skip to content

Commit

Permalink
Issue apache#1876 - Enable "std" and "std_rng" features for rand in d…
Browse files Browse the repository at this point in the history
…ev-dependencies

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Jun 14, 2022
1 parent f89a7f9 commit 0b6cd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/Cargo.toml
Expand Up @@ -77,7 +77,7 @@ pyarrow = ["pyo3"]
force_validate = []

[dev-dependencies]
rand = { version = "0.8", default-features = false }
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] }
criterion = { version = "0.3", default-features = false }
flate2 = { version = "1", default-features = false, features = ["rust_backend"] }
tempfile = { version = "3", default-features = false }
Expand Down

0 comments on commit 0b6cd28

Please sign in to comment.