Upgrade to rand 0.10#2643
Conversation
I think we'd prefer to squash all these changes into a single commit (which we'll end up rebasing onto |
Yeah, can do! |
7e797cd to
2dbdabc
Compare
|
Okay, rewrote the branch's history; the base commit is now the rand bump, and the next commit adds PCG via (Also, so sorry for all the account switches. Still trying to develop muscle memory around that...) |
No worries, I caught on to ww-oai pretty quickly... was a little surprised that I have to approve workflows for you even though we only restrict workflows for people new to GitHub. 😄 |
|
Might be nice to retain me as co-author on the first commit? |
Oops, yes. Fixing that... |
28be735 to
d27ec39
Compare
Make Endpoint::new panicking on CSPRNG init failure. Co-authored-by: Dirkjan Ochtman <dirkjan@ochtman.nl>
This is atop #2531. The main things I've done are switch to PCG as the RNG impl, plus make a previous implicit (rand-side) panic explicit (on the quinn side).
Closes #2531. Closes #2636.