From 9145008d64bdd831d436e11f2f1ee5fc603028a5 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Mon, 26 May 2025 20:19:24 -0400 Subject: [PATCH] Fix Windows CI toolchain --- .github/workflows/ci.yml | 1 + libmarlin/src/utils.rs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fa4217..fdb63c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,7 @@ jobs: toolchain: stable override: true profile: minimal + components: rustfmt, clippy - name: Check formatting run: cargo fmt -- --check diff --git a/libmarlin/src/utils.rs b/libmarlin/src/utils.rs index cda36ab..30a2f08 100644 --- a/libmarlin/src/utils.rs +++ b/libmarlin/src/utils.rs @@ -77,4 +77,3 @@ pub fn to_db_path>(p: P) -> String { s.into_owned() } } -