From 9de338ce6d062fabe61be348270da92e699ecdac Mon Sep 17 00:00:00 2001 From: realaravinth Date: Mon, 30 May 2022 11:41:02 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20be9c6?= =?UTF-8?q?b757e3fe85bc7ba859eec00caa43d03ec04=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcaptcha/constant.GIT_COMMIT_HASH.html | 2 +- src/mcaptcha/data.rs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mcaptcha/constant.GIT_COMMIT_HASH.html b/mcaptcha/constant.GIT_COMMIT_HASH.html index f65073e6..0f9fc6fe 100644 --- a/mcaptcha/constant.GIT_COMMIT_HASH.html +++ b/mcaptcha/constant.GIT_COMMIT_HASH.html @@ -4,5 +4,5 @@
pub const GIT_COMMIT_HASH: &str = "b30bc67bd4f3541eecb8983ebc53829e45b819e6";
+

Constant mcaptcha::GIT_COMMIT_HASH

source · []
pub const GIT_COMMIT_HASH: &str = "be9c6b757e3fe85bc7ba859eec00caa43d03ec04";
\ No newline at end of file diff --git a/src/mcaptcha/data.rs.html b/src/mcaptcha/data.rs.html index f6f83477..69313749 100644 --- a/src/mcaptcha/data.rs.html +++ b/src/mcaptcha/data.rs.html @@ -442,7 +442,7 @@ let connection_options = ConnectionOptions::Fresh(Fresh { pool_options, url: s.database.url.clone(), - disable_logging: s.debug, + disable_logging: !s.debug, }); let db = connection_options.connect().await.unwrap(); db.migrate().await.unwrap();