rand_core v0.10 support
See also: rust-random/rand#1643
I'll be keeping an eye on this, from embassy-rs/trouble point of view (BLE host implementation).
It's using rand_core 0.6, and there's some request to move further.
cc:
- https://github.com/embassy-rs/trouble/issues/423
- https://github.com/embassy-rs/trouble/pull/474
We've migrated all of our crates to use rand_core v0.10 prereleases and it's looking like that's what we'll be releasing with once the final version is out
We've migrated all of our crates to use
rand_corev0.10 prereleases and it's looking like that's what we'll be releasing with once the final version is out
Great!
I've got some problems with the PR, relating to p256, primeorder and/or elliptic_curve. Does this mean you would like to know of such a problem, before the release?
I haven't yet released compatible versions of those but was recently unblocked on doing so.
Understood. I tried to figure out trouble's problem for a while (using git main versions), but that didn't lead anywhere. The best strategy (for me) is likely to wait until the releases are out. Will report if it still has problems compiling.
👍