diff options
| author | mokou <mokou@fastmail.com> | 2022-09-06 12:22:17 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-09-06 12:22:17 +0200 |
| commit | c923e7af73a91970d2e63e03babbca9cc0817551 (patch) | |
| tree | a8fe941327f034862a68986482506f43751c9ff4 /src/main.rs | |
| parent | c838d446add69fa7957acc8a51423f1584e35009 (diff) | |
chore: release 5.2.1
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 8eebc08..cd79d9f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -26,7 +26,7 @@ mod run; mod verify; // In sync with crate version -const VERSION: &str = "5.2.0"; +const VERSION: &str = "5.2.1"; #[derive(FromArgs, PartialEq, Debug)] /// Rustlings is a collection of small exercises to get you used to writing and reading Rust code |
