1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-17 00:07:35 +02:00

chore: bump version

This commit is contained in:
mokou
2022-07-16 14:30:04 +02:00
parent 5138f22e00
commit 5435b80841
3 changed files with 4 additions and 4 deletions

View File

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