Hi, I am using maturin to build a library. Now there has been a change in the nightly compiler.
rust-lang/packed_simd#321
The CI of other projects can fix this by setting a nightly version from before 2021-03-24. However, if with maturin==0.9.4 this doesn't help and it keeps failing on the feature gate introduced in a recent feature of nightly.
This is the failing pipeline. Could this be related to anything maturin does? Could I see which rustc version maturin gets?
Hi, I am using
maturinto build a library. Now there has been a change in thenightlycompiler.rust-lang/packed_simd#321
The CI of other projects can fix this by setting a nightly version from before
2021-03-24. However, if withmaturin==0.9.4this doesn't help and it keeps failing on the feature gate introduced in a recent feature ofnightly.This is the failing pipeline. Could this be related to anything maturin does? Could I see which
rustcversion maturin gets?