Rustlings v5.1.0 Release Notes

Release Date: 2022-08-16 // over 1 year ago
  • ๐Ÿ”‹ Features

    • โž• Added a new rc1 exercise.
    • โž• Added a new cow1 exercise.

    ๐Ÿ› Bug Fixes

    • variables5: Corrected reference to previous exercise
    • functions4: Fixed line number reference
    • strings3: Clarified comment wording
    • traits4, traits5: Fixed line number reference
    • traits5:
      • Fixed typo in "parameter"
      • Made exercise prefer a traits-based solution
    • lifetimes2: Improved hint
    • threads3: Fixed typo in hint
    • box1: Replaced unimplemented! with todo!
    • errors5: Provided an explanation for usage of Box<dyn Error>
    • quiz2: Fixed a typo
    • macros: Updated the macros book link
    • options1:
      • Removed unused code
      • Added more granular tests
    • ๐Ÿ›  Fixed some comment syntax shenanigans in info.toml

    Housekeeping

    • ๐Ÿ›  Fixed a typo in .editorconfig
    • ๐Ÿ›  Fixed a typo in integration_tests.rs
    • Clarified manual installation instructions using cargo install --path .
    • โž• Added a link to our Zulip in the readme file