ZettaScaleLabs / stabby

A Stable ABI for Rust with compact sum-types
Other
328 stars 13 forks source link

MSRV regression #71

Closed yellowhatter closed 5 months ago

yellowhatter commented 5 months ago

This problem is related to #58

After the last 5.0.0 release build for < 1.78.0 is broken

You can reproduce with command like this: cargo +1.73.0 clippy --all-targets -- --deny warnings or simply cargo +1.73.0 build

yellowhatter commented 5 months ago

We can fix it like this: #72

p-avital commented 5 months ago

73 (published as 5.0.1) closes this issue