Skip to content

Commit 7a47b9e

Browse files
committed
Pin last working unicode-ident version in msrv-check
See dtolnay/unicode-ident@93f6598 Signed-off-by: Uli Schlachter <psychon@znc.in>
1 parent f7bf364 commit 7a47b9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ jobs:
187187
run: cargo update --package polling --precise 3.10.0
188188
- name: Pin last async-lock release supporting our msrv of Rust 1.68
189189
run: cargo update --package async-lock --precise 3.4.1
190+
- name: Pin last unicode-ident release supporting our msrv of Rust 1.68
191+
run: cargo update --package unicode-ident --precise 1.0.22
190192

191193
# build
192194
- name: cargo check x11rb-protocol with all features

0 commit comments

Comments
 (0)