Skip to content

Update Cargo.lock

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

fix: 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. After the merge of this MR, it is fixed in calc, but not here.

closes issue: #996

Edited by Daniel del Castillo

Merge request reports