Skip to content

Commit a9d96df

Browse files
committed
Fix msrv-check: async-lock bumped its MSRV
See https://github.com/smol-rs/async-lock/blob/master/CHANGELOG.md#version-342 Signed-off-by: Uli Schlachter <psychon@znc.in>
1 parent a2ed355 commit a9d96df

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
@@ -185,6 +185,8 @@ jobs:
185185
run: cargo update --package async-io --precise 2.5.0
186186
- name: Pin last polling release supporting our msrv of Rust 1.68
187187
run: cargo update --package polling --precise 3.10.0
188+
- name: Pin last async-lock release supporting our msrv of Rust 1.68
189+
run: cargo update --package async-lock --precise 3.4.1
188190

189191
# build
190192
- name: cargo check x11rb-protocol with all features

0 commit comments

Comments
 (0)