From 016441fc507a45463f136498991f04f2a314b9bc Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Wed, 1 Apr 2026 18:41:08 +0200 Subject: [PATCH] Pin last working quote version in msrv-check See https://github.com/dtolnay/quote/commit/1fc6b50769abb6117f1b786d5c68a772cadaab04 Signed-off-by: Uli Schlachter --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cbad0344..bd0a8fdc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -191,6 +191,8 @@ jobs: run: cargo update --package unicode-ident --precise 1.0.22 - name: Pin last syn release supporting our msrv of Rust 1.68 run: cargo update --package syn@2.0.117 --precise 2.0.114 + - name: Pin last quote release supporting our msrv of Rust 1.68 + run: cargo update --package quote --precise 1.0.44 # build - name: cargo check x11rb-protocol with all features