gpt-cli icon indicating copy to clipboard operation
gpt-cli copied to clipboard

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

Open gustawdaniel opened this issue 2 years ago • 2 comments

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 avatar Mar 16 '23 04:03 gustawdaniel

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:

https://github.com/Canop/terminal-clipboard/issues/4

gustawdaniel avatar Mar 16 '23 04:03 gustawdaniel

Blocked by https://github.com/Canop/terminal-clipboard/issues/6

gustawdaniel avatar Mar 16 '23 04:03 gustawdaniel