Skip to content

Commit

Permalink
Pin log 0.4.18 in CI
Browse files Browse the repository at this point in the history
log 0.4.19 increased its MSRV to Rust 1.60, which is higher than our
MSRV of 1.56. Thus, pin log 0.4.18 in our msrv-check CI build.

Fixes: #850
Signed-off-by: Uli Schlachter <psychon@znc.in>
  • Loading branch information
psychon committed Jul 1, 2023
1 parent 655772c commit d668c39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ jobs:
run: cargo build --package x11rb-protocol --verbose --lib --all-features
- name: cargo check x11rb with all features
run: cargo build --package x11rb --verbose --lib --all-features
- name: Pin last log release supporting our msrv of Rust 1.56
run: cargo update --package log --precise 0.4.18
- name: cargo check x11rb-async with all features
run: cargo build --package x11rb-async --verbose --lib --all-features

Expand Down

0 comments on commit d668c39

Please sign in to comment.