Closed joshuarli closed 4 years ago
This should be fixed in just published v1.2.2
Let me know if the problem persists!
It still fails on 1.32.0, but that's kind of old. I didn't yet test 1.43.0, but do you know the new MSRV? I wasn't able to find anything quickly online.
If you do find out the new MSRV it would be nice to include that in the changelog and readme.
Published v1.2.3 and checked that it works with Rust 1.32.0
Nice, just confirmed in https://github.com/Stebalien/tempfile/pull/118. Thanks @stjepang! I really like fastrand
btw. Hoping rust ecosystem moves towards it from rand, I'm betting majority rand users usecases would easily be satisfied with fastrand
.
ref: https://github.com/Stebalien/tempfile/pull/118#issuecomment-645553590
Looks something like this:
That's with rustc/cargo 1.32.0 in the CI failure.
I'm also using fastrand in https://github.com/joshuarli/epub-optimizer. It's way past terminal scrollback now but I believe I remember I was on 1.43.0 and got the same failure. Works on 1.44.0.
If there's interest I can verify the failure on 1.43.0, or bisect MSRV if I remembered incorrectly.