rust-random / getrandom

A small cross-platform library for retrieving random data from (operating) system source
Apache License 2.0
264 stars 166 forks source link

MSRV 1.60: Conditionally import lasy.rs module #472

Closed josephlr closed 3 weeks ago

josephlr commented 3 weeks ago

This simplifies lib.rs and allows for our testing code to be less convoluted. Split out from #471. CC @briansmith

The MSRV for rand 0.9 is 1.61 and Debian stable is 1.63, so this is a fine MSRV bump.

briansmith commented 3 weeks ago

Note typo in commit message: lasy -> lazy.

josephlr commented 3 weeks ago

Note typo in commit message: lasy -> lazy.

Fixed in the merged commit message.