-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update gbm
to 0.18
#1594
Update gbm
to 0.18
#1594
Conversation
379cb54
to
7c9d52d
Compare
I noticed this when updating Smithay/smithay#1594. Intesting that clippy doesn't warn about generics that aren't used anywhere... This is a breaking change.
I noticed this when updating Smithay/smithay#1594. Interesting that clippy doesn't warn about generics that aren't used anywhere... This is a breaking change.
gbm-rs 0.17 is released. |
I noticed this when updating Smithay/smithay#1594. Interesting that clippy doesn't warn about generics that aren't used anywhere... This is a breaking change.
I updated this, but I noticed there's still an unused generic: Smithay/gbm.rs#48. It could be merged as is now, though it has to pass something explicitly as that generic. Annoying that clippy doesn't say anything about unused generics. |
v0.18 is inbound here https://github.com/Smithay/gbm.rs/actions/runs/12126008784 |
|
https://github.com/Smithay/gbm.rs/actions/runs/12143920979/job/33862081369 |
DeviceDestroyedError
gbm
to 0.18
Eliminates `DeviceDestroyedError` and related error variants.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Depends on Smithay/gbm.rs#25.