summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-01-13 16:18:24 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-15 23:16:04 +0100
commit5223f12462f67bb052a515ba8d9422e04288c03a (patch)
tree313e6384d1c89ddd454c1140ba3423d451d152d7 /config.toml
parent952fa0bee9f57e8650cafd94ff7da0cd2cbd6cb1 (diff)
Add compatiblity setting in configuration file
This patch adds a compatibility setting in the configuration file, so that butido does not fail late when parsing configuration parameters or package definition files, but early, when the configured compatilibty does not match the version of butido itself. Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 388d461..e9242ea 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,7 @@
# Example configuration file for butido
+# Configuration and package definition compatibility
+compatibility = "0.1.0"
# Format of the progress bars used.
# See https://docs.rs/indicatif/0.15.0/indicatif/#templates