diff options
| author | mokou <mokou@fastmail.com> | 2022-08-17 10:43:50 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-08-17 10:43:50 +0200 |
| commit | d0c7b06eff3e8959b261145e10f1aaa57ba1e4c3 (patch) | |
| tree | e545e320aceed170fdd7ad3e8dcde92d79afe07d /src | |
| parent | 5f9dd129eac405f1302dd2a5dd39786e0a411fe0 (diff) | |
chore: release 5.1.1
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 3719f66..531533e 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.1.0"; +const VERSION: &str = "5.1.1"; #[derive(FromArgs, PartialEq, Debug)] /// Rustlings is a collection of small exercises to get you used to writing and reading Rust code |
