Skip to content

Commit d75361f

Browse files
authored
Merge pull request #970 from psychon/fix-msrv-again
Pin last working quote version in msrv-check
2 parents f4c3b99 + 016441f commit d75361f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ jobs:
191191
run: cargo update --package unicode-ident --precise 1.0.22
192192
- name: Pin last syn release supporting our msrv of Rust 1.68
193193
run: cargo update --package syn@2.0.117 --precise 2.0.114
194+
- name: Pin last quote release supporting our msrv of Rust 1.68
195+
run: cargo update --package quote --precise 1.0.44
194196

195197
# build
196198
- name: cargo check x11rb-protocol with all features

0 commit comments

Comments
 (0)