1
Fork 0

ensure rand has its default features enabled

This commit is contained in:
Ralf Jung 2022-11-16 16:13:55 +01:00
parent 6906f08c13
commit 157b2d5436
2 changed files with 3 additions and 0 deletions

View file

@ -3098,6 +3098,7 @@ dependencies = [
"bstr 0.2.17",
"clap 3.2.20",
"libz-sys",
"rand 0.8.5",
"regex",
"serde_json",
"syn",