You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems nix was pulled in as a dependency in 1e97103 while the latest version doesn't build on 6.3 yet: nix-rust/nix#893. This issue is already fixed on master, but needs a dependency bump after it has been released.
The text was updated successfully, but these errors were encountered:
Thanks for the heads up, and for fixing the underlying problem!
It looks like we should wait for the next nix version before making a release. Do you agree, @vberger? (Since you're the one who has to bubble this up...)
Ah, the nix dependency should not be there, and is an unfortunate consequence of how cargo features do not interact very well with optional dependencies... (wayland-protocols pulls wayland-server while it should not actually).
Okay, I've released version 0.20.3 of wayland-client/wayland-protocols, which gets rid of the nix dependency. A simple cargo update should fix it (unless we want to explicitly bump the dep in winit's Cargo.toml ?).
hey!
I just wanted to let you know that the openbsd build started failing yesterday: https://openbsd.rs/#/builders/22/builds/6
It seems nix was pulled in as a dependency in 1e97103 while the latest version doesn't build on 6.3 yet: nix-rust/nix#893. This issue is already fixed on master, but needs a dependency bump after it has been released.
The text was updated successfully, but these errors were encountered: