Rustlings v5.2.1 Release Notes

Release Date: 2022-09-06 // over 1 year ago
  • ๐Ÿ›  Fixed

    • quiz1: Reworded the comment to actually reflect what's going on in the tests. Also added another assert just to make sure.
    • rc1: Fixed a typo in the hint.
    • lifetimes: Add quotes to the println! output, for readability.

    Housekeeping

    • ๐Ÿ›  Fixed a typo in README.md

Previous changes from v5.2.0

  • โž• Added

    • โž• Added a reset command

    ๐Ÿ”„ Changed

    • options2: Convert the exercise to use tests

    ๐Ÿ›  Fixed

    • threads3: Fixed a typo
    • quiz1: Adjusted the explanations to be consistent with the tests