Skip to content

MSRV 1.60: Conditionally import lasy.rs module - #472

Merged
josephlr merged 1 commit into
masterfrom
lazy
Jun 12, 2024
Merged

MSRV 1.60: Conditionally import lasy.rs module#472
josephlr merged 1 commit into
masterfrom
lazy

Conversation

@josephlr

Copy link
Copy Markdown
Member

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.

This simplifies lib.rs and allows for our testing code to be less
convoluted.
The MSRV for rand 0.9 is 1.61 and Debian stable is 1.63, so this is a
fine MSRV bump.
Signed-off-by: Joe Richey <joerichey@google.com>
@josephlr
josephlr requested a review from newpavlovJune 12, 2024 01:11
@josephlrjosephlr mentioned this pull request Jun 12, 2024
@briansmith

Copy link
Copy Markdown
Contributor

Note typo in commit message: lasy -> lazy.

@josephlr
josephlr merged commit 3174f0c into masterJun 12, 2024
@josephlr
josephlr deleted the lazy branch June 12, 2024 02:13
@josephlr

Copy link
Copy Markdown
MemberAuthor

Note typo in commit message: lasy -> lazy.

Fixed in the merged commit message.

takumi-earth pushed a commit to earthlings-dev/getrandom that referenced this pull request Jan 27, 2026
This simplifies lib.rs and allows for our testing code to be less
convoluted. Split out from rust-random#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.
Signed-off-by: Joe Richey <joerichey@google.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@josephlr@briansmith