From eb2b2ba56e1bc2dce7d4b3142d6aa6ec02dcc028 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 2 Nov 2025 17:45:22 +0000 Subject: [PATCH] Fix CI --- scripts/check.sh | 2 +- sync-server/Cargo.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/check.sh b/scripts/check.sh index 0a28653c..eccc5714 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -21,7 +21,7 @@ else cargo fmt --all -- --check fi -cargo machete +cargo machete --with-metadata echo "Running checks in frontend" cd ../frontend diff --git a/sync-server/Cargo.toml b/sync-server/Cargo.toml index 79a8e282..db5702a0 100644 --- a/sync-server/Cargo.toml +++ b/sync-server/Cargo.toml @@ -88,3 +88,6 @@ similar_names = { level = "allow", priority = 1 } missing_docs_in_private_items = { level = "allow", priority = 1 } pedantic = { level = "warn", priority = 0 } + +[package.metadata.cargo-machete] +ignored = ["humantime-serde"] # only used in serde macro