Update blueprint library

This commit is contained in:
2021-05-20 16:36:49 +02:00
parent 00412be372
commit 6fb96f6270
5 changed files with 46 additions and 10 deletions

View File

@ -18,7 +18,7 @@ pub enum InnerError {
IoErr(#[from] io::Error),
#[error("Failed to parse template file")]
TemplateParseErr,
TemplateErr(#[from] blueprint::Error),
}
impl From<Vec<Error>> for Errors {