release: 5.5.1

This commit is contained in:
liv
2023-05-17 21:05:51 +02:00
parent 2d544f18b5
commit f2de12aa34
6 changed files with 15 additions and 8 deletions

View File

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