Smithay / wayland-window

A simple window-decorations library built on top of wayland-client.
MIT License
18 stars 11 forks source link

Breaking changes in release 0.4.5 #15

Closed ebkalderon closed 7 years ago

ebkalderon commented 7 years ago

Despite this being an incremental patch release according to semantic versioning, this library fails to build on my machine due to breaking changes in wayland-client that have not been accounted for in this release. winit, gfx (see the latest Travis build log), and all other dependent projects are impacted. Please fix this ASAP! Thanks.

elinorbgr commented 7 years ago

Offending version has been yanked.

ebkalderon commented 7 years ago

@vberger Thanks for the quick response. Everything appears to be working again!

elinorbgr commented 7 years ago

Forgot about this tendency of cargo to pull multiple versions...

API versioning is definitely hard. 😞

ebkalderon commented 7 years ago

No worries, it happens to the best of us. 😄