1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Automate schema updates

This commit is contained in:
Quentin Gliech
2022-11-07 11:35:06 +01:00
parent 13c7d2772f
commit 3f56031795
7 changed files with 72 additions and 10 deletions

View File

@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#[cfg(feature = "axum")]
#[cfg(any(feature = "axum", feature = "aws-sdk"))]
use std::borrow::Cow;
#[cfg(feature = "axum")]