Skip to content

Comments

Update getrandom to 0.4#858

Merged
KodrAus merged 5 commits intomainfrom
chore/getrandom-04
Feb 12, 2026
Merged

Update getrandom to 0.4#858
KodrAus merged 5 commits intomainfrom
chore/getrandom-04

Conversation

@KodrAus
Copy link
Member

@KodrAus KodrAus commented Feb 6, 2026

The changelog for getrandom suggests the major change here is a bump of the MSRV. I've already been on the fence about doing this for #852, so if it otherwise remains compatible, I think we can accept the bump and move all of these things forwards.

@KodrAus
Copy link
Member Author

KodrAus commented Feb 6, 2026

Also to check: whether Uuid::new_v4() on Windows is better without rand now that getrandom is using a different Windows API. If so, I'll deprecate that feature flag too.

@KodrAus
Copy link
Member Author

KodrAus commented Feb 7, 2026

Looks like rand itself doesn't depend on getrandom 0.4 yet, so I suspect this is blocked until its 0.10.0 release comes out.

@sabify
Copy link

sabify commented Feb 8, 2026

@KodrAus The rand v0.10.0 has just been released.

@KodrAus
Copy link
Member Author

KodrAus commented Feb 12, 2026

Looks like we need to bump to 1.85.0 to support getrandom 0.4, since it's now using the 2024 Edition.

@KodrAus KodrAus merged commit cb8f156 into main Feb 12, 2026
22 checks passed
@KodrAus KodrAus deleted the chore/getrandom-04 branch February 12, 2026 04:56
@sabify
Copy link

sabify commented Feb 12, 2026

Thanks!

Can you please cut a new release?

@KodrAus
Copy link
Member Author

KodrAus commented Feb 12, 2026

@sabify I'd like to try get #852 into this release too to avoid needing to make too many too frequently. If that isn't merged in tomorrow though then I'll publish a new version then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants