Skip to content

Commit 522f823

Browse files
committed
Upgrade rand to 0.7
1 parent ae649cd commit 522f823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phf_generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ repository = "https://github.com/sfackler/rust-phf"
88
edition = "2018"
99

1010
[dependencies]
11-
rand = "0.6"
11+
rand = { version = "0.7", features = ["small_rng"] }
1212
phf_shared = { version = "0.7.24", path = "../phf_shared" }

0 commit comments

Comments
 (0)