cuviper on rayon-core-v1.6.1
cuviper on v1.2.1
bors[bot] on master
Avoid mem::uninitialized in par… Avoid mem::uninitialized in the… cargo fmt and 4 more (compare)
bors[bot] on staging.tmp
bors[bot] on staging
Avoid mem::uninitialized in par… Avoid mem::uninitialized in the… cargo fmt and 4 more (compare)
bors[bot] on staging.tmp
Avoid mem::uninitialized in par… Avoid mem::uninitialized in the… cargo fmt and 4 more (compare)
bors[bot] on staging.tmp
[ci skip][skip ci][skip netlify] (compare)
process::exit(1)
Compiling crossbeam-utils v0.6.6
error: 128-bit type is unstable (see issue #35118)
|
533 | impl_arithmetic!(u128, "let a = AtomicCell::new(7u128);");
| ^^^^
rayon-core = "~1.4"
in your own Cargo.toml
rayon = "~1.0"
, since 1.1 is the version that needs newer rayon-core too
~
restricts the minor version too, compared to normal semver policy)
rayon = "~1.0"
would not update to rayon-core
> 1.4, which needs newer compiler.
rayon-core = "~1.4"
is also required to keep it back
spawn_future
in #679, but I'm an amateur in this area