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
I have a nightly CI job that has started to fail running clippy, due to a compiler error compiling wayland-protocols.
The dependency chain is down from iced thru "clipboard_wayland" (0.2.0) to "smithay-clipboard" (0.6.6).
"clipboard_wayland" 0.2.0 is the latest version on crates.io, but it depends on "smithay-clipboard" 0.6.6, while 0.7.0 is the latest version on crates.io.
I am not sure whether to pursue an update to "smithay-clipboard" 0.7.0 in "clipboard_wayland" in the hope that fixes it, or it's a compiler issue affecting multiple versions that I should pursue in rustc.
I am not sure whether to pursue an update to "smithay-clipboard" 0.7.0 in "clipboard_wayland" in the hope that fixes it, or it's a compiler issue affecting multiple versions that I should pursue in rustc.
I have a nightly CI job that has started to fail running clippy, due to a compiler error compiling wayland-protocols.
The dependency chain is down from iced thru "clipboard_wayland" (0.2.0) to "smithay-clipboard" (0.6.6).
"clipboard_wayland" 0.2.0 is the latest version on crates.io, but it depends on "smithay-clipboard" 0.6.6, while 0.7.0 is the latest version on crates.io.
I am not sure whether to pursue an update to "smithay-clipboard" 0.7.0 in "clipboard_wayland" in the hope that fixes it, or it's a compiler issue affecting multiple versions that I should pursue in rustc.
The text was updated successfully, but these errors were encountered: