Skip to content

Commit

Permalink
Re-export getrandom
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Nov 12, 2023
1 parent edb7a69 commit 16fbcdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crypto-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#[cfg(feature = "std")]
extern crate std;

#[cfg(feature = "getrandom")]
pub use getrandom;
#[cfg(feature = "rand_core")]
pub use rand_core;

Expand Down

0 comments on commit 16fbcdb

Please sign in to comment.