Skip to content

community/ion-shell: upgrade to 1.0.5_git20210627

Andy Postnikov requested to merge andypost/aports:ion-shell into master

it fails right now on builders, upgrade https://github.com/redox-os/ion/commits/master

   Compiling regex v1.3.9
error[E0308]: mismatched types
  --> /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/lexical-core-0.7.4/src/atof/algorithm/bhcomp.rs:62:24
   |
62 |     let bytes = bits / Limb::BITS;
   |                        ^^^^^^^^^^ expected `usize`, found `u32`

error[E0277]: cannot divide `usize` by `u32`
  --> /home/buildozer/.cargo/registry/src/github.com-1285ae84e5963aae/lexical-core-0.7.4/src/atof/algorithm/bhcomp.rs:62:22
   |
62 |     let bytes = bits / Limb::BITS;
   |                      ^ no implementation for `usize / u32`
   |
   = help: the trait `Div<u32>` is not implemented for `usize`
Edited by Andy Postnikov

Merge request reports