Require version agreement between CLI and dep

One day may be able to relax this but for now its not tenable!

Closes #47
This commit is contained in:
Alex Crichton
2018-03-01 19:32:05 -08:00
parent 1c8061e675
commit 31853ad0ba
3 changed files with 29 additions and 1 deletions

View File

@ -11,6 +11,7 @@ pub struct Program {
pub enums: Vec<Enum>,
pub imports: Vec<Import>,
pub custom_type_names: Vec<CustomTypeName>,
pub version: String,
}
#[derive(Deserialize)]