List of potential breaking changes: - [x] Bump MSRV to 1.85 and edition to 2024 - [x] Relax MSRV policy to allow MSRV bumps in patch releases, i.e. we would rely on the MSRV-aware resolver going forward - [ ] ~~Remove the `wasm_js` backend in favor of the custom fallback crate feature (also see https://github.com/wasm-bindgen/wasm-bindgen/issues/4667)~~ It's arguably a good time to synchronize v0.4 release with the [planned](https://github.com/rust-random/rand/issues/1643) `rand` v0.10 release (which also bumps MSRV to 1.85). Edit by @dhardy: strike out last TODO item (see [here](https://github.com/rust-random/getrandom/issues/722#issuecomment-369382565)).
List of potential breaking changes:
Remove thewasm_jsbackend in favor of the custom fallback crate feature (also see Add feature-gatedgetrandomsupport wasm-bindgen/wasm-bindgen#4667)It's arguably a good time to synchronize v0.4 release with the planned
randv0.10 release (which also bumps MSRV to 1.85).Edit by @dhardy: strike out last TODO item (see here).