diff options
| author | liv <mokou@fastmail.com> | 2022-08-16 09:37:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-16 09:37:34 +0200 |
| commit | 1c3b003c7c5fa89642f64e49adc4b145e6392a44 (patch) | |
| tree | e9f88e04e7f5226e507fee5fa501fbcc0af95c4c /src/main.rs | |
| parent | ce86d252e529385704fe9111e305ac0ec48c2de4 (diff) | |
| parent | 25ab52b8e722df8b18b1e46651b56783d62f76af (diff) | |
Merge branch 'main' into rc-exercise
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 15c3095..0ddb733 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 = "4.8.0"; +const VERSION: &str = "5.0.0"; #[derive(FromArgs, PartialEq, Debug)] /// Rustlings is a collection of small exercises to get you used to writing and reading Rust code |
