Skip to content

Commit 6c24139

Browse files
committed
Pin async-io 2.5.0 in MSRV CI
See smol-rs/async-io#240 Signed-off-by: Uli Schlachter <psychon@znc.in>
1 parent d45f4ef commit 6c24139

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
@@ -183,6 +183,8 @@ jobs:
183183
run: cargo update --package tracing-core --precise 0.1.33
184184
- name: Pin last libloading release supporting our msrv of Rust 1.64
185185
run: cargo update --package libloading --precise 0.8.8
186+
- name: Pin last async-io release supporting our msrv of Rust 1.64
187+
run: cargo update --package async-io --precise 2.5.0
186188

187189
# build
188190
- name: cargo check x11rb-protocol with all features

0 commit comments

Comments
 (0)