sameer / svg2gcode

Convert vector graphics to g-code for pen plotters, laser engravers, and other CNC machines
https://sameer.github.io/svg2gcode
MIT License
241 stars 48 forks source link

Lock uom to '0.31.0' to resolve build issue #8

Closed christoshrousis closed 3 years ago

christoshrousis commented 3 years ago

I was unable to build this project without setting the UOM version as per: https://github.com/iliekturtles/uom#usage

codecov-io commented 3 years ago

Codecov Report

Merging #8 (099de69) into master (726a483) will decrease coverage by 0.16%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage   49.51%   49.34%   -0.17%     
==========================================
  Files           7        7              
  Lines         614      610       -4     
==========================================
- Hits          304      301       -3     
+ Misses        310      309       -1     
Impacted Files Coverage Δ
src/gcode/spec.rs 51.76% <0.00%> (-0.57%) :arrow_down:
src/converter.rs 65.56% <0.00%> (-0.03%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 726a483...099de69. Read the comment docs.

sameer commented 3 years ago

Thanks for fixing this! I'll try to uppgrade the deps in the meanwhile