rust-random / rand

A Rust library for random number generation.
https://crates.io/crates/rand
Other
1.6k stars 423 forks source link

Use zerocopy 0.7.33, not 0.8.0-alpha #1446

Closed joshlf closed 1 month ago

joshlf commented 2 months ago

Trying this to see if we can unblock #1165.

joshlf commented 2 months ago

Looks like the failures are nightly-only, and I suspect just zerocopy needing to update based on changes to the stdsimd nightly feature, which is orthogonal to the question of unblocking #1165.

joshlf commented 2 months ago

Ah, maybe even simpler: I just need to backport this change to 0.7: https://github.com/google/zerocopy/pull/846/files#diff-b1a35a68f14e696205874893c07fd24fdb88882b47c23cc0e0c80a30c7d53759