www/zola: Unbreak with Rust 1.53.0
error[E0308]: mismatched types
--> cargo-crates/lexical-core-0.7.4/src/atof/algorithm/bigcomp.rs:157:55 |
157 | let nlz = den.leading_zeros().wrapping_sub(wlz) & (u32::BITS - 1);
| ^^^^^^^^^^^^^^^ expected `usize`, found `u32`
error[E0277]: no implementation for usize & u32
PR: 256653