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

chore: bump version

Plus, remove the clog configuration file,
since that's not being used anymore.
This commit is contained in:
mokou
2022-04-20 09:44:37 +02:00
parent c811643d1e
commit 9ec35d899c
5 changed files with 24 additions and 7 deletions

View File

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