Switch from version strings to schema versions

Should help reduce some churn a bit!
This commit is contained in:
Alex Crichton
2018-03-05 20:05:44 -08:00
parent 1db5b3fb50
commit 98030e0e4a
3 changed files with 5 additions and 1 deletions

View File

@ -351,6 +351,7 @@ impl Program {
})
}),
("version", &|a| a.str(&shared::version())),
("schema_version", &|a| a.str(&shared::SCHEMA_VERSION)),
]);
a.cnt
};