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

warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.22.0 #11

Open
gustawdaniel opened this issue Mar 16, 2023 · 2 comments
Labels
wontfix This will not be worked on

Comments

@gustawdaniel
Copy link
Owner

quick-xml v0.22.0

is reuired by 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",
]
@gustawdaniel
Copy link
Owner Author

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

@gustawdaniel
Copy link
Owner Author

Blocked by Canop/terminal-clipboard#6

@gustawdaniel gustawdaniel added the wontfix This will not be worked on label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant