Package: rust-zune-jpeg / 0.4.21-1

Metadata

Package Version Patches format
rust-zune-jpeg 0.4.21-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix std to core arm64.patch | (download)

src/color_convert/neon64.rs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix mod import for arm64 neon code
 While running autopkgtests for zune-jpeg with neon feature enabled
 (with Rust 1.84), we run into:
 error[E0433]: failed to resolve: use of undeclared crate or module std
 The import should be from core::arch instead of std::arch