release: 5.4.0

This commit is contained in:
liv
2023-02-12 18:01:48 +01:00
parent 4c7e561740
commit fc9fb536ca
6 changed files with 314 additions and 266 deletions

View File

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