Skip to content

Commit

Permalink
Require getrandom 0.2.10.
Browse files Browse the repository at this point in the history
This is the minimum we've tested.
  • Loading branch information
briansmith committed Oct 13, 2023
1 parent 88ea904 commit c9fde02
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 @@ -171,7 +171,7 @@ all-features = true
name = "ring"

[dependencies]
getrandom = { version = "0.2.8" }
getrandom = { version = "0.2.10" }
untrusted = { version = "0.9" }

[target.'cfg(any(target_arch = "x86",target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))'.dependencies]
Expand Down

0 comments on commit c9fde02

Please sign in to comment.