Skip to content

Commit

Permalink
Update getrandom to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jan 31, 2025
1 parent 88b3274 commit 57a9152
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 47 deletions.
184 changes: 142 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crypto-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hybrid-array = "0.2"

# optional dependencies
rand_core = { version = "0.6.4", optional = true }
getrandom = { version = "0.2", optional = true }
getrandom = { version = "0.3", optional = true }

[features]
getrandom = ["dep:getrandom", "rand_core?/getrandom"]
Expand Down
Loading

0 comments on commit 57a9152

Please sign in to comment.