Skip to content

Commit

Permalink
Merge pull request #263 from lopopolo/lopopolo/rand-no-default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Aug 3, 2022
2 parents 1407ebe + deefda1 commit d441940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phf_generator/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ categories = ["data-structures"]
readme = "README.md"

[dependencies]
rand = { version = "0.8", features = ["small_rng"] }
rand = { version = "0.8", default-features = false, features = ["small_rng"] }
phf_shared = { version = "0.11.0", default-features = false }
# for stable black_box()
criterion = { version = "=0.3.4", optional = true }
Expand Down

0 comments on commit d441940

Please sign in to comment.