From de01ed8f511ac3b5364a3e4c049160216ba1c7db Mon Sep 17 00:00:00 2001 From: RAprogramm Date: Mon, 27 Jul 2026 13:28:41 +0700 Subject: [PATCH] #297 ci: decline the syn 3 update until darling supports it --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 032f4b2..8b462cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,6 +22,13 @@ updates: reviewers: - "RAprogramm" open-pull-requests-limit: 10 + # `syn` 3 cannot be taken while attribute parsing goes through + # darling, whose releases still require `syn` 2 — the two majors do + # not coexist in one tree. Upstream tracks the port in darling#431; + # drop this entry once a darling release depends on `syn` 3. + ignore: + - dependency-name: "syn" + versions: ["3.x"] groups: # Group all minor and patch updates together rust-dependencies: