rust-lang / packed_simd

Portable Packed SIMD Vectors for Rust standard library
https://rust-lang.github.io/packed_simd/packed_simd_2/
Apache License 2.0
589 stars 74 forks source link

Bump paste to 1 #333

Closed eclipseo closed 1 year ago

eclipseo commented 2 years ago

paste::item_with_macros was obsoleted and paste::items is its replacement

See https://github.com/dtolnay/paste/pull/42

workingjubilee commented 2 years ago

Hm. It appears our CI has broken, here, so we have to solve that first before accepting this to make sure patches don't break this library. My apologies.