diff options
| author | liv <mokou@fastmail.com> | 2022-12-23 16:53:03 +0100 |
|---|---|---|
| committer | liv <mokou@fastmail.com> | 2022-12-23 16:55:42 +0100 |
| commit | 9ad884aadb0758baf2c14b949c79d51adcf9b8fb (patch) | |
| tree | c5fd1541de4b199015f5dbdd94997e99a9ef1f47 /src | |
| parent | 40b1b079150e8554b595374d3b72a84108109cc5 (diff) | |
chore: bump version
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 bf8503d..6dc18e8 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.1"; +const VERSION: &str = "5.3.0"; #[derive(FromArgs, PartialEq, Debug)] /// Rustlings is a collection of small exercises to get you used to writing and reading Rust code |
