Update dependencies; fix breakage
This commit is contained in:
parent
c25fa9910e
commit
05f79f0f90
6 changed files with 331 additions and 490 deletions
|
|
@ -105,6 +105,12 @@ impl From<glob::GlobError> for Error {
|
|||
}
|
||||
}
|
||||
|
||||
impl From<libloading::Error> for Error {
|
||||
fn from(error: libloading::Error) -> Self {
|
||||
Error::new(error.to_string())
|
||||
}
|
||||
}
|
||||
|
||||
impl From<regex_syntax::ast::Error> for Error {
|
||||
fn from(error: regex_syntax::ast::Error) -> Self {
|
||||
Error::new(error.to_string())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue