TeamAtomECS / AtomECS

Cold atom simulation code
GNU General Public License v3.0
46 stars 11 forks source link

Updated dependencies and fixed some warning messages #64

Closed minghuaw closed 2 years ago

minghuaw commented 2 years ago

This PR mainly applied the following changes

  1. updated dependencies to the latest versions
    • specs to version 0.17.0
    • nalgebra to version 0.29.0
    • hashbrown to version 0.11.2
    • gnuplot to 0.0.37
  2. fixed warning messages caused by
    • removing unnecessary borrowing
    • migrating assert!() macro format that will be deprecated in edition 2021 to comply to edition 2021's standard

The above changes have passed all the tests.