summaryrefslogtreecommitdiff
path: root/src/info_file.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/info_file.rs')
-rw-r--r--src/info_file.rs1
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>,