From 2c8fd383485975733b0418ff95fa46f76be3bba0 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 3 Dec 2021 16:50:57 +0800 Subject: [PATCH] For some reason the `axum_example` fail to compile --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9a95fba0..c0168f97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,3 +91,4 @@ runtime-actix-rustls = ["sqlx/runtime-actix-rustls", "runtime-actix"] runtime-tokio = [] runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls", "runtime-tokio"] runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls", "runtime-tokio"] +