1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-23 00:28:46 +02:00

release: 4.5.0

Signed-off-by: ana <ana@ana.st>
This commit is contained in:
ana
2021-07-07 22:23:52 +02:00
parent 3b03865a62
commit ba087ce64a
5 changed files with 30 additions and 6 deletions

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