chore: release 5.2.1

This commit is contained in:
mokou
2022-09-06 12:22:17 +02:00
parent c838d446ad
commit c923e7af73
5 changed files with 19 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ mod run;
mod verify;
// In sync with crate version
const VERSION: &str = "5.2.0";
const VERSION: &str = "5.2.1";
#[derive(FromArgs, PartialEq, Debug)]
/// Rustlings is a collection of small exercises to get you used to writing and reading Rust code