diff options
| author | mo8it <mo8it@proton.me> | 2024-04-16 01:22:54 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-16 01:22:54 +0200 |
| commit | 92777c0a4498625a44c0e6eeced97633dacc78d1 (patch) | |
| tree | 37ff3eb2c40d5ac0889339890ef8d9b514a5f13f /src/info_file.rs | |
| parent | 7ebc260924f5db0099568589f2be621c9ea43721 (diff) | |
Add the format version
Diffstat (limited to 'src/info_file.rs')
| -rw-r--r-- | src/info_file.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/info_file.rs b/src/info_file.rs index 2a45e02..18e77b9 100644 --- a/src/info_file.rs +++ b/src/info_file.rs @@ -39,6 +39,7 @@ impl ExerciseInfo { #[derive(Deserialize)] pub struct InfoFile { + pub format_version: u8, pub welcome_message: Option<String>, pub final_message: Option<String>, pub exercises: Vec<ExerciseInfo>, |
