Skip to content

Update Cargo.lock

Daniel del Castillo requested to merge CastilloDel/calc:master into master

This allows the use of the new version of decimal. The one present now in the Cargo.lock doesn't work because it uses deprecated (and now forbidden) features of rust (see this), which broke the floating point numbers in calc. The new version works as expected! This also fixes this issue in ion

Edited by Daniel del Castillo

Merge request reports