release: 5.4.1

This commit is contained in:
liv
2023-03-10 17:39:59 +01:00
parent e4971ec7b3
commit 7f1754ecc5
5 changed files with 23 additions and 7 deletions

View File

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