Skip to content
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

Pin exact wayland-client versions. #79

Closed
wants to merge 1 commit into from

Conversation

jneem
Copy link
Contributor

@jneem jneem commented Jul 19, 2022

I recently tried to use the wayland feature, but it failed because it was pulling in incompatible versions of the various wayland packages. I think the underlying issue is that "0.3.0-beta.3" is not semver compatible with "0.3.0-beta.8", but cargo thinks it is. The fix is to pin the exact versions, and I also had to add an explicit dependency on wayland-scanner because otherwise it pulls in wayland-scanner-0.3.0-beta.8.

@bilelmoussaoui
Copy link
Owner

The wayland feature seems to be broken currently anyway, see #76

@jneem
Copy link
Contributor Author

jneem commented Jul 19, 2022

Ah, indeed! I guess the versions will still need to be pinned after that's sorted out, though.

@bilelmoussaoui
Copy link
Owner

They will, we are waiting for a 0.30 stable release first before merging than and backporting the fixes to 0.2

@jneem
Copy link
Contributor Author

jneem commented Jul 19, 2022

Sounds good! I'll go ahead and close this, then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants