1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-25 00:37:14 +02:00

chore: bump version

This commit is contained in:
mokou
2022-08-16 09:54:25 +02:00
parent 0a9d34a25a
commit 714a8075cc
4 changed files with 5 additions and 5 deletions

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