Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ jobs:
run: cargo update --package unicode-ident --precise 1.0.22
- name: Pin last syn release supporting our msrv of Rust 1.68
run: cargo update --package syn@2.0.117 --precise 2.0.114
- name: Pin last quote release supporting our msrv of Rust 1.68
run: cargo update --package quote --precise 1.0.44

# build
- name: cargo check x11rb-protocol with all features
Expand Down
Loading