Skip to content

Commit 86c0f26

Browse files
committed
Pin polling 3.10.0 in MSRV CI
See smol-rs/polling#247 Signed-off-by: Uli Schlachter <psychon@znc.in>
1 parent 6c24139 commit 86c0f26

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 libloading --precise 0.8.8
186186
- name: Pin last async-io release supporting our msrv of Rust 1.64
187187
run: cargo update --package async-io --precise 2.5.0
188+
- name: Pin last polling release supporting our msrv of Rust 1.64
189+
run: cargo update --package polling --precise 3.10.0
188190

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

0 commit comments

Comments
 (0)