Upgrade Ruma

This commit is contained in:
Jonas Platte
2022-02-12 02:06:30 +01:00
parent 9db0473ed5
commit 50b24b37c2
6 changed files with 34 additions and 32 deletions

View File

@@ -77,6 +77,9 @@ pub enum Error {
#[cfg(feature = "conduit_bin")]
#[error("{0}")]
ExtensionError(#[from] axum::extract::rejection::ExtensionRejection),
#[cfg(feature = "conduit_bin")]
#[error("{0}")]
PathError(#[from] axum::extract::rejection::PathRejection),
}
impl Error {