Skip to content

Pin exact wayland-client versions.#79

Closed
jneem wants to merge 1 commit into
bilelmoussaoui:masterfrom
jneem:wayland-version
Closed

Pin exact wayland-client versions.#79
jneem wants to merge 1 commit into
bilelmoussaoui:masterfrom
jneem:wayland-version

Conversation

@jneem
Copy link
Copy Markdown
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
Copy Markdown
Owner

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

@jneem
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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