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

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