chore: release 5.2.0

This commit is contained in:
mokou
2022-08-27 19:48:15 +01:00
parent 5a03e46d69
commit 3309a01b5e
3 changed files with 19 additions and 2 deletions

View File

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