Skip to content

Commit c73d812

Browse files
authored
Merge pull request #964 from psychon/msrv-bin-libloading
Pin libloading 0.8.8 and async-io 2.5.0 and polling 3.10.0 in MSRV CI
2 parents 803efa2 + 86c0f26 commit c73d812

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ jobs:
181181
run: cargo update --package gethostname --precise 1.0.1
182182
- name: Pin last tracing-core release supporting our msrv of Rust 1.64
183183
run: cargo update --package tracing-core --precise 0.1.33
184+
- name: Pin last libloading release supporting our msrv of Rust 1.64
185+
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
188+
- name: Pin last polling release supporting our msrv of Rust 1.64
189+
run: cargo update --package polling --precise 3.10.0
184190

185191
# build
186192
- name: cargo check x11rb-protocol with all features

0 commit comments

Comments
 (0)