chore: bump version

This commit is contained in:
liv
2022-12-23 16:53:03 +01:00
parent 40b1b07915
commit 9ad884aadb
5 changed files with 8 additions and 8 deletions

View File

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