You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into the issue described here when trying to build display-switch on Alpine: Alexhuszagh/rust-lexical#55
error[E0277]: cannot subtract `usize` from `u32`
--> /home/clayton/.cargo/registry/src/github.com-1ecc6299db9ec823/lexical-core-0.7.4/src/atof/algorithm/math.rs:2065:25
|
2065 | let rs = Limb::BITS - s;
| ^ no implementation for `u32 - usize`
The fix for this is apparently in lexical-core 0.7.5, tested locally and was able to build display-switch after setting lexical-core to 0.7.5 in Cargo.lock. Could you bump the version used in this project?
The text was updated successfully, but these errors were encountered:
I'm running into the issue described here when trying to build display-switch on Alpine: Alexhuszagh/rust-lexical#55
The fix for this is apparently in lexical-core 0.7.5, tested locally and was able to build display-switch after setting lexical-core to 0.7.5 in Cargo.lock. Could you bump the version used in this project?
The text was updated successfully, but these errors were encountered: