Skip to content

Commit

Permalink
add get_random
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Feb 5, 2025
1 parent cd13bae commit 2eb84d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pbjson-types = "0.7"
# Should match arrow-flight's version of prost.
prost = "0.13.1"
prost-derive = "0.13.1"
rand = "0.8"
rand = { version = "0.8", features = ["getrandom"] }
recursive = "0.1.1"
regex = "1.8"
rstest = "0.24.0"
Expand Down

0 comments on commit 2eb84d4

Please sign in to comment.