We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
quick-xml v0.22.0
is reuired by xcb
xcb
[[package]] name = "xcb" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "771e2b996df720cd1c6dd9ff90f62d91698fd3610cc078388d0564bdd6622a9c" dependencies = [ "libc", "log", "quick-xml 0.22.0", ]
is required by x11-clipboard
[[package]] name = "x11-clipboard" version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "473068b7b80ac86a18328824f1054e5e007898c47b5bbc281bd7abe32bc3653c" dependencies = [ "xcb", ]
The text was updated successfully, but these errors were encountered:
but it is required by
[[package]] name = "terminal-clipboard" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58a7bd0c28e9221173c7d32e774bc3c5432fe788f91984dd1b78c501b5e7d1df" dependencies = [ "clipboard-win", "once_cell", "termux-clipboard", "x11-clipboard", ]
we have x11-clipboard 0.5.3 but 0.7.1 was released 3 days ago https://crates.io/crates/x11-clipboard
but terminal-clipboard was not updated from one year and there is open issue:
Canop/terminal-clipboard#4
Sorry, something went wrong.
Blocked by Canop/terminal-clipboard#6
No branches or pull requests
quick-xml v0.22.0
is reuired by
xcb
is required by x11-clipboard
The text was updated successfully, but these errors were encountered: