diff options
| author | liv <mokou@fastmail.com> | 2023-02-12 18:01:48 +0100 |
|---|---|---|
| committer | liv <mokou@fastmail.com> | 2023-02-12 18:01:48 +0100 |
| commit | fc9fb536ca8e2fd0121e0f52719bc838506f68fa (patch) | |
| tree | 190b1e5aad55e62f2315ede0e2226e4b265752ed /src | |
| parent | 4c7e56174031c606c4b40b13a0fe0f3d11e3bf4f (diff) | |
release: 5.4.0
Diffstat (limited to 'src')
| -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 59adb41..c09088b 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.3.0"; +const VERSION: &str = "5.4.0"; #[derive(FromArgs, PartialEq, Debug)] /// Rustlings is a collection of small exercises to get you used to writing and reading Rust code |
