neovim-gtk
neovim-gtk copied to clipboard
Fails to compile
Describe the bug
$ cargo install --path .
Installing nvim-gtk v0.3.0 (/home/hasufell/git/neovim-gtk)
Updating crates.io index
error: failed to compile `nvim-gtk v0.3.0 (/home/hasufell/git/neovim-gtk)`, intermediate artifacts can be found at `/home/hasufell/git/neovim-gtk/target`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.
Caused by:
failed to select a version for the requirement `fragile = "^0.3"`
candidate versions found which didn't match: 2.0.0, 1.2.2
location searched: crates.io index
required by package `gio v0.7.0`
... which satisfies dependency `gio = "^0.7.0"` of package `nvim-gtk v0.3.0 (/home/hasufell/git/neovim-gtk)`
perhaps a crate was updated and forgotten to be re-vendored?
Technical information (please complete the following information):
- OS: OpenSUSE Tumbleweed
- Neovim version: v0.11.0-dev-6196+ge1b7fa2a3
- Neovim-Gtk build version: c036492