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}"); } }