From e74e9e8b0dd5dfcd34e841db7741db7c83b612d6 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 26 Apr 2022 14:55:45 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20b7580?= =?UTF-8?q?4283600a1b0f0dbf6c8b488d430e6bf3fea=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/constant.GIT_COMMIT_HASH.html | 2 +- src/pages/settings.rs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/constant.GIT_COMMIT_HASH.html b/pages/constant.GIT_COMMIT_HASH.html index 4862042..919ff55 100644 --- a/pages/constant.GIT_COMMIT_HASH.html +++ b/pages/constant.GIT_COMMIT_HASH.html @@ -4,5 +4,5 @@
pub const GIT_COMMIT_HASH: &str = "1743caf6d4ef61b3257ebe50d8306c2f263c316a";
+

Constant pages::GIT_COMMIT_HASH

source · []
pub const GIT_COMMIT_HASH: &str = "b75804283600a1b0f0dbf6c8b488d430e6bf3fea";
\ No newline at end of file diff --git a/src/pages/settings.rs.html b/src/pages/settings.rs.html index d557c22..b5896e3 100644 --- a/src/pages/settings.rs.html +++ b/src/pages/settings.rs.html @@ -255,7 +255,7 @@ } } if let Err(e) = page.update() { - log::error!("{e}"); + log::error!("{e}"); } }