From c286e19190653b9539cc9a97e80446cb1aea9c5d Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Tue, 17 Mar 2026 17:38:32 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20cargo=20config.toml=20=E2=80=94=20rustfl?= =?UTF-8?q?ags=20as=20key,=20not=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitea/workflows/build-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/build-release.yml b/.gitea/workflows/build-release.yml index 104fbb0..4b75939 100644 --- a/.gitea/workflows/build-release.yml +++ b/.gitea/workflows/build-release.yml @@ -90,8 +90,6 @@ jobs: [target.x86_64-pc-windows-gnu] linker = "x86_64-w64-mingw32-gcc" ar = "x86_64-w64-mingw32-ar" - - [target.x86_64-pc-windows-gnu.rustflags] rustflags = ["-C", "link-args=-mwindows"] EOF