Update blueprint library
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user